diff options
author | Thomas Kriechbaumer <Kriechi@users.noreply.github.com> | 2017-03-08 18:21:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-08 18:21:56 +0100 |
commit | 69f7ad21fec8f5b70ddb3f3222c20c9538cb24ef (patch) | |
tree | 367cc73c3b565ad9e05e7bee5b965e1e6b361907 /docs | |
parent | ebedd2875f041b688067b5854b80ac227aa6f273 (diff) | |
parent | f1417dd8593e1bcfd4f1621520f3953e771e3f05 (diff) | |
download | mitmproxy-69f7ad21fec8f5b70ddb3f3222c20c9538cb24ef.tar.gz mitmproxy-69f7ad21fec8f5b70ddb3f3222c20c9538cb24ef.tar.bz2 mitmproxy-69f7ad21fec8f5b70ddb3f3222c20c9538cb24ef.zip |
Merge pull request #2090 from mitmproxy/fix-pathod-header-doc
pathoc: fix documentation for headers
Diffstat (limited to 'docs')
-rw-r--r-- | docs/pathod/language.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/pathod/language.rst b/docs/pathod/language.rst index 672e21b6..fe4ef6ca 100644 --- a/docs/pathod/language.rst +++ b/docs/pathod/language.rst @@ -23,7 +23,7 @@ HTTP Request 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. - * - h\:\ :ref:`VALUE`\ =\ :ref:`VALUE`\ + * - h\ :ref:`VALUE`\ =\ :ref:`VALUE`\ - Set a header. * - r - Set the **raw** flag on this response. Pathod will not calculate a @@ -73,7 +73,7 @@ HTTP Response * - m\ :ref:`VALUE` - HTTP Reason message. Automatically chosen according to the response code if not specified. (HTTP/1 only) - * - h\:\ :ref:`VALUE`\ =\ :ref:`VALUE`\ + * - h\ :ref:`VALUE`\ =\ :ref:`VALUE`\ - Set a header. * - r - Set the **raw** flag on this response. Pathod will not calculate a |