twisted.web.http._XForwardedForRequest(proxyForInterface(IRequest, '_request'))
class documentationtwisted.web.http
View Source
(View In Hierarchy)
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 |
Returns | The client address (the first address) in the value of the
X-Forwarded-For header. If the header is not present, return
b"-" . |