twisted.protocols.haproxy._interfaces.IProxyInfo(zope.interface.Interface)
interface documentationtwisted.protocols.haproxy._interfaces
View Source
(View In Hierarchy)
Known implementations: twisted.protocols.haproxy._info.ProxyInfo
Data container for PROXY protocol header data.
Attribute | header | The raw byestring that represents the PROXY protocol header. |
Attribute | source | An twisted.internet.interfaces.IAddress
representing the connection source. |
Attribute | destination | An twisted.internet.interfaces.IAddress
representing the connection destination. |