diff options
| author | Aldo Cortesi <aldo@nullcube.com> | 2015-06-27 10:35:32 +1200 |
|---|---|---|
| committer | Aldo Cortesi <aldo@nullcube.com> | 2015-06-27 10:35:32 +1200 |
| commit | e3c869e4c9ef740c0d80d83adb605094e819b23f (patch) | |
| tree | b3aa3eb84d665397ebd9599cc13470294200435a /libpathod/templates/request_previewform.html | |
| parent | 61679acf56a28e8a2bfb491f0dd33a079f84cdf7 (diff) | |
| parent | 31b0d77507066e226d914859283a40549af0fc3e (diff) | |
| download | mitmproxy-e3c869e4c9ef740c0d80d83adb605094e819b23f.tar.gz mitmproxy-e3c869e4c9ef740c0d80d83adb605094e819b23f.tar.bz2 mitmproxy-e3c869e4c9ef740c0d80d83adb605094e819b23f.zip | |
Merge branch 'master' of ssh.github.com:mitmproxy/pathod
Diffstat (limited to 'libpathod/templates/request_previewform.html')
| -rw-r--r-- | libpathod/templates/request_previewform.html | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/libpathod/templates/request_previewform.html b/libpathod/templates/request_previewform.html index d3083735..91b5598a 100644 --- a/libpathod/templates/request_previewform.html +++ b/libpathod/templates/request_previewform.html @@ -1,23 +1,19 @@ <form style="margin-bottom: 0" class="form-inline" method="GET" action="/request_preview"> - <input - style="width: 18em" - id="spec" - name="spec" - class="input-medium" - value="{{spec}}" - placeholder="method:path:[features]" - > + <input style="width: 18em" id="spec" name="spec" class="input-medium" value="{{spec}}" + placeholder="method:path:[features]"> <input type="submit" class="btn" value="preview"> </form> <a class="innerlink" data-toggle="collapse" data-target="#requestexamples">examples</a> <div id="requestexamples" class="collapse"> - <p>Check out the <a href="/docs/language">complete language docs</a>. Here - are some examples to get you started:</p> + <p> + Check out the <a href="/docs/language">complete language docs</a>. Here are + some examples to get you started: + </p> <table class="table table-bordered"> - <tbody > + <tbody> <tr> <td><a href="/request_preview?spec=get:/">get:/</a></td> <td>Get path /</td> @@ -39,7 +35,9 @@ <td>Drop the connection randomly</td> </tr> <tr> - <td><a href="/request_preview?spec="></a></td> + <td> + <a href="/request_preview?spec="></a> + </td> <td></td> </tr> <tr> |
