Public Member Functions | Public Attributes | Private Attributes
tornado.wsgi.HTTPRequest Class Reference

List of all members.

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

Detailed Description

Mimics `tornado.httpserver.HTTPRequest` for WSGI applications.

Definition at line 106 of file wsgi.py.


Constructor & Destructor Documentation

def tornado.wsgi.HTTPRequest.__init__ (   self,
  environ 
)
Parses the given WSGI environ to construct the request.

Definition at line 108 of file wsgi.py.


Member Function Documentation

A dictionary of Cookie.Morsel objects.

Definition at line 167 of file wsgi.py.

Reconstructs the full URL for this request.

Definition at line 179 of file wsgi.py.

Returns the amount of time it took for this request to execute.

Definition at line 183 of file wsgi.py.

Returns True if this request supports HTTP/1.1 semantics

Definition at line 162 of file wsgi.py.


Member Data Documentation

Definition at line 167 of file wsgi.py.

Definition at line 108 of file wsgi.py.

Definition at line 108 of file wsgi.py.

Definition at line 108 of file wsgi.py.

Definition at line 108 of file wsgi.py.

Definition at line 108 of file wsgi.py.

Definition at line 108 of file wsgi.py.

Definition at line 108 of file wsgi.py.

Definition at line 108 of file wsgi.py.

Definition at line 108 of file wsgi.py.

Definition at line 108 of file wsgi.py.

Definition at line 108 of file wsgi.py.

Definition at line 108 of file wsgi.py.

Definition at line 108 of file wsgi.py.

Definition at line 108 of file wsgi.py.


The documentation for this class was generated from the following file:


rosbridge_server
Author(s): Jonathan Mace
autogenerated on Mon Oct 6 2014 06:58:15