proxy.http.client module#

proxy.py#

⚡⚡⚡ Fast, Lightweight, Pluggable, TLS interception capable proxy server focused on Network monitoring, controls & Application development, testing, debugging.

copyright
  1. 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) Optional[proxy.http.parser.parser.HttpParser][source]#

Makes a request to remote registry endpoint