class documentation

class ProxyInfo: (source)

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.

The connection destination address.

header: bytes = (source)

The raw header bytes extracted from the connection.

The connection source address.