proxy.py/proxy/http/parser
Abhinav Singh 21499ad1cb
Bail out early for non-HTTP but HTTP looking protocols (#972)
* Add support in `Url` to parse all types of schemes

* .

* Guard handler against http looking protocol but not web or proxy requests

* Fix condition for web server protocol detection

* doc happy

* Update flags and type check imports only
2022-01-18 00:11:48 +05:30
..
tls [TlsParser] Refactored implementation from #748 (#922) 2021-12-31 22:54:33 +05:30
__init__.py Add initial Sphinx docs 2021-11-18 01:36:13 +01:00
chunk.py `task.result` can throw (#837) 2021-12-01 19:54:00 +05:30
parser.py Bail out early for non-HTTP but HTTP looking protocols (#972) 2022-01-18 00:11:48 +05:30
protocol.py Raise `HttpProtocolException` instead of `ValueError` (#899) 2021-12-22 05:24:31 +05:30
types.py Add initial Sphinx docs 2021-11-18 01:36:13 +01:00