proxy.py/proxy/http
Abhinav Singh 37c779ade9
Add `conn_close` kwarg to packet builder utilities (#898)
* Add `conn_close` kwarg to packet builder utilities, passing True will automatically add `Connection: close` header

* Add `conn_close` to `HttpRequestRejected` responses
2021-12-22 02:56:52 +05:30
..
exception Add `conn_close` kwarg to packet builder utilities (#898) 2021-12-22 02:56:52 +05:30
inspector `task.result` can throw (#837) 2021-12-01 19:54:00 +05:30
parser Cleanup parser & url classes (#843) 2021-12-02 03:55:39 +05:30
proxy [ProxyPool] Add support for basic authorization with upstream proxies (#897) 2021-12-22 01:48:15 +05:30
server Add `conn_close` kwarg to packet builder utilities (#898) 2021-12-22 02:56:52 +05:30
websocket Pre-evaluate `args.threadless = is_threadless` (#881) 2021-12-20 13:04:42 +05:30
__init__.py [ProxyPool] Add support for basic authorization with upstream proxies (#897) 2021-12-22 01:48:15 +05:30
codes.py Add initial Sphinx docs 2021-11-18 01:36:13 +01:00
handler.py Pre-evaluate `args.threadless = is_threadless` (#881) 2021-12-20 13:04:42 +05:30
headers.py [ProxyPool] Add support for basic authorization with upstream proxies (#897) 2021-12-22 01:48:15 +05:30
methods.py Add all IANA assigned HTTP method names (#751) 2021-11-18 18:50:15 +05:30
plugin.py Fix broken TLS interception & CacheResponsesPlugin because UID is no longer a UUID (#866) 2021-12-17 15:33:00 +05:30
url.py [ProxyPool] Add support for basic authorization with upstream proxies (#897) 2021-12-22 01:48:15 +05:30