proxy.http.client module#
proxy.py#
⚡⚡⚡ Fast, Lightweight, Pluggable, TLS interception capable proxy server focused on Network monitoring, controls & Application development, testing, debugging.
- copyright
2013-present by Abhinav Singh and contributors.
- license
BSD, see LICENSE for more details.
- proxy.http.client.client(host: bytes, port: int, path: bytes, method: bytes, body: Optional[bytes] = None, conn_close: bool = True, scheme: bytes = b'https', timeout: float = 10.0, content_type: bytes = b'application/x-www-form-urlencoded', verify: bool = True) Optional[proxy.http.parser.parser.HttpParser] [source]#
HTTP Client