class documentation

class ProxyInfo: (source)

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

View In Hierarchy

A data container for parsed PROXY protocol information.
Method __init__ Undocumented
Class Variable __slots__ Undocumented
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.
def __init__(self, header, source, destination): (source)

Undocumented

__slots__: tuple[str, ...] = (source)

Undocumented

header: bytes = (source)
The raw header bytes extracted from the connection.