diff options
Diffstat (limited to 'libpathod/templates/docs_lang.html')
| -rw-r--r-- | libpathod/templates/docs_lang.html | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/libpathod/templates/docs_lang.html b/libpathod/templates/docs_lang.html index 6f5f4748..8f78adbe 100644 --- a/libpathod/templates/docs_lang.html +++ b/libpathod/templates/docs_lang.html @@ -86,6 +86,17 @@ be an integer or "f" to pause forever. </td> </tr> + + <tr> + <td> + r + </td> + <td> + Set the "raw" flag on this response. Pathod will not + calculate a Content-Length header if a body is set, or add + a Date header to the response. + </td> + </tr> </tbody> </table> </section> @@ -238,7 +249,7 @@ </tr> <tr> <td>octdigits</td> - <td>0-8</td> + <td>0-7</td> </tr> <tr> <td>punctuation</td> |
