diff options
| author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2017-08-17 10:18:05 +0200 |
|---|---|---|
| committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2017-12-12 22:09:46 +0100 |
| commit | 3cb459d56daeae8fd2b923c27f39ca5595a50e7b (patch) | |
| tree | 9b48be479690bf52b35b5283462b4f025b60f5ad /docs/protocols/http1.rst | |
| parent | 5214f544e7b690dea2a45cb4cda44bbffec9a77e (diff) | |
| download | mitmproxy-3cb459d56daeae8fd2b923c27f39ca5595a50e7b.tar.gz mitmproxy-3cb459d56daeae8fd2b923c27f39ca5595a50e7b.tar.bz2 mitmproxy-3cb459d56daeae8fd2b923c27f39ca5595a50e7b.zip | |
docs++: add individual protocol pages
Diffstat (limited to 'docs/protocols/http1.rst')
| -rw-r--r-- | docs/protocols/http1.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/protocols/http1.rst b/docs/protocols/http1.rst new file mode 100644 index 00000000..21e68785 --- /dev/null +++ b/docs/protocols/http1.rst @@ -0,0 +1,15 @@ +.. _http1_protocol: + +HTTP/1.0 and HTTP/1.1 +=========================== + +.. seealso:: + + - `RFC7230: HTTP/1.1: Message Syntax and Routing <http://tools.ietf.org/html/rfc7230>`_ + - `RFC7231: HTTP/1.1: Semantics and Content <http://tools.ietf.org/html/rfc7231>`_ + +HTTP/1.0 and HTTP/1.1 support in mitmproxy is based on our custom HTTP stack, +which takes care of all semantics and on-the-wire parsing/serialization tasks. + +mitmproxy currently does not support HTTP trailers - but if you want to send +us a PR, we promise to take look! |
