class documentation

class _XForwardedForAddress: (source)

Implements interfaces: twisted.internet.interfaces.IAddress

View In Hierarchy

IAddress which represents the client IP to log for a request, as gleaned from an X-Forwarded-For header.
See Also
proxiedLogFormatter
Method __init__ Undocumented
Instance Variable host An IP address or b"-".
def __init__(self, host): (source)

Undocumented

An IP address or b"-".