proxy.py/proxy/http
Abhinav Singh 7199459c69
Ignore utf-8 decode error during logging (#966)
2022-01-12 01:56:08 +05:30
..
exception Response Packet Utilities (#903) 2021-12-25 00:30:40 +05:30
inspector [HttpProtocolHandler] Handle invalid request parsing exceptions (#957) 2022-01-11 02:27:19 +05:30
parser [TlsParser] Refactored implementation from #748 (#922) 2021-12-31 22:54:33 +05:30
proxy Ignore `utf-8` decoding errors within event core (#961) 2022-01-11 23:05:19 +05:30
server [WebServer] Refactor routing to allow same path for websocket and web requests (#962) 2022-01-12 00:05:55 +05:30
websocket Invoke `WebSocketTransportBasePlugin` connected and disconnected callbacks (#956) 2022-01-10 22:00:08 +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
descriptors.py `DescriptorsHandlerMixin` and `Descriptors`, `SelectableEvents` types (#938) 2022-01-05 00:32:16 +05:30
handler.py Ignore utf-8 decode error during logging (#966) 2022-01-12 01:56:08 +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 Expose `UpstreamConnectionPool` to web & proxy plugins (#946) 2022-01-08 23:18:19 +05:30
protocols.py Optimize how `HttpProtocolHandler` delegates to the core plugins (#925) 2021-12-31 15:58:36 +05:30
responses.py Optimize how `HttpProtocolHandler` delegates to the core plugins (#925) 2021-12-31 15:58:36 +05:30
url.py [HttpProtocolHandler] Handle invalid request parsing exceptions (#957) 2022-01-11 02:27:19 +05:30