Public Member Functions | |
def | __init__ |
def | cookies |
def | full_url |
def | request_time |
def | supports_http_1_1 |
Public Attributes | |
arguments | |
body | |
files | |
headers | |
host | |
method | |
path | |
protocol | |
query | |
remote_ip | |
uri | |
version | |
Private Attributes | |
_cookies | |
_finish_time | |
_start_time |
Mimics `tornado.httpserver.HTTPRequest` for WSGI applications.
def tornado.wsgi.HTTPRequest.__init__ | ( | self, | |
environ | |||
) |
def tornado.wsgi.HTTPRequest.cookies | ( | self | ) |
def tornado.wsgi.HTTPRequest.full_url | ( | self | ) |
def tornado.wsgi.HTTPRequest.request_time | ( | self | ) |
def tornado.wsgi.HTTPRequest.supports_http_1_1 | ( | self | ) |
tornado::wsgi.HTTPRequest::_cookies [private] |
tornado::wsgi.HTTPRequest::_finish_time [private] |
tornado::wsgi.HTTPRequest::_start_time [private] |