proxy.py/proxy
Abhinav Singh 541da114c8
Custom Url Parser (#730)
* Custom Url parser for our needs

* lint fix

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fix proxy_pool plugin as scheme can be None if not present in the Url

* Address the ambiguous ipv6:port scenario along with valid cases

* lint checks

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* docstring

* Abstract into `http.parser` module

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fix #398 HTTP/1.0 related issue

* lint checks

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2021-11-12 19:00:19 +05:30
..
common Custom Url Parser (#730) 2021-11-12 19:00:19 +05:30
core Allow `--plugins` flag to be used multiple times (#725) 2021-11-12 02:46:43 +05:30
dashboard Custom Url Parser (#730) 2021-11-12 19:00:19 +05:30
http Custom Url Parser (#730) 2021-11-12 19:00:19 +05:30
plugin Custom Url Parser (#730) 2021-11-12 19:00:19 +05:30
testing Add `--num-acceptors` flag + Allow `work_klass` via `Proxy` context manager kwargs (#714) 2021-11-10 04:27:40 +05:30
__init__.py Fix `--enable-dashboard` flags (#707) 2021-11-08 21:42:43 +05:30
__main__.py Doc & Banner update to match GitHub (#182) 2019-11-18 20:45:51 -08:00
proxy.py Allow `--plugins` flag to be used multiple times (#725) 2021-11-12 02:46:43 +05:30
py.typed Add py.typed marker, add version checker, remove deprecated methods (#255) 2020-01-06 21:23:38 -08:00