Add a layer on top of another request that only uses the value of an X-Forwarded-For header as the result of getClientIP.

Method getClientIP
Method clientproto
Method code
Method sentLength
def getClientIP(self): (source)
ReturnsThe client address (the first address) in the value of the X-Forwarded-For header. If the header is not present, return b"-".
@property
def clientproto(self): (source)
ReturnsThe protocol version in the request. (type: bytes)
@property
def code(self): (source)
ReturnsThe response code for the request. (type: int)
@property
def sentLength(self): (source)
ReturnsThe number of bytes sent in the response body. (type: int)
API Documentation for Twisted, generated by pydoctor at 2015-05-24 20:04:00.