proxy.http.responses 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.responses.okResponse(content: Optional[bytes] = None, headers: Optional[Dict[bytes, bytes]] = None, compress: bool = True, min_compression_length: int = 20, **kwargs: Any) memoryview[source]#
proxy.http.responses.permanentRedirectResponse(location: bytes) memoryview[source]#
proxy.http.responses.seeOthersResponse(location: bytes) memoryview[source]#