A HTTP request.
Subclasses should override the process() method to determine how the
request will be processed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from twisted.web.http.Request:
__init__,
__providedBy__,
__repr__,
__setattr__,
addCookie,
connectionLost,
finish,
getAllHeaders,
getClient,
getClientIP,
getCookie,
getHeader,
getHost,
getPassword,
getRequestHostname,
getUser,
gotLength,
handleContentChunk,
isSecure,
noLongerQueued,
notifyFinish,
parseCookies,
redirect,
registerProducer,
requestReceived,
setETag,
setHeader,
setHost,
setLastModified,
unregisterProducer,
write
Inherited from extern.log.log.Loggable:
debug,
doLog,
error,
info,
log,
logFunction,
logObjectName,
warning,
warningFailure,
writeMarker
|