diff options
Diffstat (limited to 'libpathod/templates/docs_lang_requests.html')
-rw-r--r-- | libpathod/templates/docs_lang_requests.html | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/libpathod/templates/docs_lang_requests.html b/libpathod/templates/docs_lang_requests.html index 92921ec4..81aff535 100644 --- a/libpathod/templates/docs_lang_requests.html +++ b/libpathod/templates/docs_lang_requests.html @@ -7,16 +7,17 @@ <td>method</td> <td> <p> - A <a href="#valuespec">VALUE</a> specifying the HTTP method to use. Standard - methods do not need to be enclosed in quotes, while non-standard methods - can be specified as quoted strings. + A <a href="#valuespec">VALUE</a> specifying the HTTP method to + use. Standard methods do not need to be enclosed in quotes, while + non-standard methods can be specified as quoted strings. </p> <p> - The special method <b>ws</b> creates a valid websocket upgrade GET - request, and signals to pathoc to switch to websocket recieve mode - if the server responds correctly. Apart from that, websocket requests - are just like any other, and all aspects of the request can be over-ridden. + The special method <b>ws</b> creates a valid websocket upgrade + GET request, and signals to pathoc to switch to websocket recieve + mode if the server responds correctly. Apart from that, websocket + requests are just like any other, and all aspects of the request + can be over-ridden. </p> </td> </tr> @@ -66,8 +67,8 @@ <tr> <td>b<a href="#valuespec">VALUE</a></td> <td> - Set the body. The appropriate Content-Length header is added automatically unless the - "r" flag is set. + Set the body. The appropriate Content-Length header is added automatically unless + the "r" flag is set. </td> </tr> @@ -88,24 +89,24 @@ <tr> <td>d<a href="#offsetspec">OFFSET</a></td> <td> - <span class="badge badge-info">HTTP/1 only</span> - Disconnect after OFFSET bytes. + <span class="badge badge-info">HTTP/1 only</span> Disconnect after + OFFSET bytes. </td> </tr> <tr> <td>i<a href="#offsetspec">OFFSET</a>,<a href="#valuespec">VALUE</a></td> <td> - <span class="badge badge-info">HTTP/1 only</span> - Inject the specified value at the offset. + <span class="badge badge-info">HTTP/1 only</span> Inject the specified + value at the offset. </td> </tr> <tr> <td>p<a href="#offsetspec">OFFSET</a>,SECONDS</td> <td> - <span class="badge badge-info">HTTP/1 only</span> - Pause for SECONDS seconds after OFFSET bytes. SECONDS can be an integer or "f" to pause + <span class="badge badge-info">HTTP/1 only</span> Pause for SECONDS + seconds after OFFSET bytes. SECONDS can be an integer or "f" to pause forever. </td> </tr> |