RPKI Engine  1.0
Public Member Functions | Public Attributes
rpki::http::http_request Class Reference
Inheritance diagram for rpki::http::http_request:
Inheritance graph
Collaboration diagram for rpki::http::http_request:
Collaboration graph

List of all members.

Public Member Functions

def __init__
def __repr__
def format_first_line
def parse_first_line

Public Attributes

 callback
 cmd
 errback
 path
 retried

Detailed Description

HTTP request message.

Definition at line 214 of file http.py.


Constructor & Destructor 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 219 of file http.py.


Member Function Documentation

def rpki::http::http_request::__repr__ (   self)

Definition at line 244 of file http.py.

References cmd, and path.

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

Definition at line 228 of file http.py.

References cmd, rpki::http::http_message::parse_version(), and path.

Referenced by rpki::http::http_message::parse_from_wire().

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation

Definition at line 219 of file http.py.

Definition at line 219 of file http.py.

Referenced by __repr__(), format_first_line(), and parse_first_line().

Definition at line 219 of file http.py.

Definition at line 219 of file http.py.

Referenced by __repr__(), format_first_line(), and parse_first_line().

Definition at line 219 of file http.py.


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