Public Member Functions | Public Attributes | Private Attributes | Static Private Attributes
tornado.httpclient.HTTPRequest Class Reference

List of all members.

Public Member Functions

def __init__
def body
def body
def body_producer
def body_producer
def header_callback
def header_callback
def headers
def headers
def prepare_curl_callback
def prepare_curl_callback
def streaming_callback
def streaming_callback

Public Attributes

 allow_ipv6
 allow_nonstandard_methods
 auth_mode
 auth_password
 auth_username
 body
 body_producer
 ca_certs
 client_cert
 client_key
 connect_timeout
 decompress_response
 expect_100_continue
 follow_redirects
 header_callback
 headers
 max_redirects
 method
 network_interface
 prepare_curl_callback
 proxy_host
 proxy_password
 proxy_port
 proxy_username
 request_timeout
 start_time
 streaming_callback
 url
 user_agent
 validate_cert

Private Attributes

 _body
 _body_producer
 _header_callback
 _headers
 _prepare_curl_callback
 _streaming_callback

Static Private Attributes

tuple _DEFAULTS

Detailed Description

HTTP client request object.

Definition at line 274 of file httpclient.py.


Constructor & Destructor Documentation

def tornado.httpclient.HTTPRequest.__init__ (   self,
  url,
  method = "GET",
  headers = None,
  body = None,
  auth_username = None,
  auth_password = None,
  auth_mode = None,
  connect_timeout = None,
  request_timeout = None,
  if_modified_since = None,
  follow_redirects = None,
  max_redirects = None,
  user_agent = None,
  use_gzip = None,
  network_interface = None,
  streaming_callback = None,
  header_callback = None,
  prepare_curl_callback = None,
  proxy_host = None,
  proxy_port = None,
  proxy_username = None,
  proxy_password = None,
  allow_nonstandard_methods = None,
  validate_cert = None,
  ca_certs = None,
  allow_ipv6 = None,
  client_key = None,
  client_cert = None,
  body_producer = None,
  expect_100_continue = False,
  decompress_response = None 
)

Definition at line 290 of file httpclient.py.


Member Function Documentation

Definition at line 452 of file httpclient.py.

def tornado.httpclient.HTTPRequest.body (   self,
  value 
)

Definition at line 456 of file httpclient.py.

Definition at line 460 of file httpclient.py.

def tornado.httpclient.HTTPRequest.body_producer (   self,
  value 
)

Definition at line 464 of file httpclient.py.

Definition at line 476 of file httpclient.py.

Definition at line 480 of file httpclient.py.

Definition at line 441 of file httpclient.py.

def tornado.httpclient.HTTPRequest.headers (   self,
  value 
)

Definition at line 445 of file httpclient.py.

Definition at line 484 of file httpclient.py.

Definition at line 488 of file httpclient.py.

Definition at line 468 of file httpclient.py.

Definition at line 472 of file httpclient.py.


Member Data Documentation

Definition at line 456 of file httpclient.py.

Definition at line 464 of file httpclient.py.

Initial value:
dict(
        connect_timeout=20.0,
        request_timeout=20.0,
        follow_redirects=True,
        max_redirects=5,
        decompress_response=True,
        proxy_password='',
        allow_nonstandard_methods=False,
        validate_cert=True)

Definition at line 280 of file httpclient.py.

Definition at line 480 of file httpclient.py.

Definition at line 445 of file httpclient.py.

Definition at line 488 of file httpclient.py.

Definition at line 472 of file httpclient.py.

Definition at line 387 of file httpclient.py.

Definition at line 387 of file httpclient.py.

Definition at line 387 of file httpclient.py.

Definition at line 387 of file httpclient.py.

Definition at line 387 of file httpclient.py.

Definition at line 387 of file httpclient.py.

Definition at line 387 of file httpclient.py.

Definition at line 387 of file httpclient.py.

Definition at line 387 of file httpclient.py.

Definition at line 387 of file httpclient.py.

Definition at line 387 of file httpclient.py.

Definition at line 387 of file httpclient.py.

Definition at line 387 of file httpclient.py.

Definition at line 387 of file httpclient.py.

Definition at line 387 of file httpclient.py.

Definition at line 387 of file httpclient.py.

Definition at line 387 of file httpclient.py.

Definition at line 387 of file httpclient.py.

Definition at line 387 of file httpclient.py.

Definition at line 387 of file httpclient.py.

Definition at line 387 of file httpclient.py.

Definition at line 387 of file httpclient.py.

Definition at line 387 of file httpclient.py.

Definition at line 387 of file httpclient.py.

Definition at line 387 of file httpclient.py.

Definition at line 387 of file httpclient.py.

Definition at line 387 of file httpclient.py.

Definition at line 387 of file httpclient.py.

Definition at line 387 of file httpclient.py.

Definition at line 387 of file httpclient.py.


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


rosbridge_server
Author(s): Jonathan Mace
autogenerated on Thu Aug 27 2015 14:50:40