mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-05 12:17:21 +00:00
According to Augmented BNF in the following RFCs http://tools.ietf.org/html/rfc5234#section-3.6 http://www.w3.org/Protocols/rfc2616/rfc2616-sec2.html#sec2.1 field-value = *( field-content | LWS ) http://tools.ietf.org/html/rfc7230#section-3.2 field-value = *( field-content / obs-fold ) ... the HTTP message header `field-value` is allowed to be empty. |
||
|---|---|---|
| .. | ||
| http | ||
| websockets | ||
| __init__.py | ||
| certutils.py | ||
| encoding.py | ||
| exceptions.py | ||
| odict.py | ||
| socks.py | ||
| tcp.py | ||
| tutils.py | ||
| utils.py | ||
| version.py | ||
| version_check.py | ||
| wsgi.py | ||