class documentation

class ProxyInfo: (source)

Implements interfaces: twisted.protocols.haproxy._interfaces.IProxyInfo

View In Hierarchy

A data container for parsed PROXY protocol information.
Instance Variable destination The connection destination address.
Instance Variable header The raw header bytes extracted from the connection.
Instance Variable source The connection source address.
header: bytes = (source)
The raw header bytes extracted from the connection.