proxy.http.parser.protocol 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.

class proxy.http.parser.protocol.ProxyProtocol[source]#

Bases: object

Reference https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt

parse(raw: bytes) None[source]#