Public Member Functions | Public Attributes

rpki.http.http_request Class Reference

Inherits rpki::http::http_message.

Collaboration diagram for rpki.http.http_request:
Collaboration graph

List of all members.

Public Member Functions

def __init__
def format_first_line
def parse_first_line

Public Attributes

 callback
 cmd
 errback
 path
 retried

Detailed Description

HTTP request message.

Definition at line 213 of file http.py.


Member Function Documentation

def rpki.http.http_request.__init__ (   self,
  cmd = None,
  path = None,
  version = default_http_version,
  body = None,
  callback = None,
  errback = None,
  headers 
)

Definition at line 218 of file http.py.

def rpki.http.http_request.format_first_line (   self  ) 
Format first line of HTTP request message, and set up the
User-Agent header.

Definition at line 235 of file http.py.

def rpki.http.http_request.parse_first_line (   self,
  cmd,
  path,
  version 
)
Parse first line of HTTP request message.

Definition at line 227 of file http.py.


Member Data Documentation

Definition at line 223 of file http.py.

Definition at line 221 of file http.py.

Definition at line 224 of file http.py.

Definition at line 222 of file http.py.

Definition at line 225 of file http.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables