RPKI Engine 1.0
Public Member Functions | Public Attributes

rpki.http.http_response Class Reference

Inheritance diagram for rpki.http.http_response:
Inheritance graph
Collaboration diagram for rpki.http.http_response:
Collaboration graph

List of all members.

Public Member Functions

def __init__
def __repr__
def format_first_line
def parse_first_line

Public Attributes

 code
 reason

Detailed Description

HTTP response message.

Definition at line 247 of file http.py.


Constructor & Destructor Documentation

def rpki.http.http_response.__init__ (   self,
  code = None,
  reason = None,
  version = default_http_version,
  body = None,
  headers 
)

Definition at line 252 of file http.py.


Member Function Documentation

def rpki.http.http_response.__repr__ (   self)

Definition at line 274 of file http.py.

def rpki.http.http_response.format_first_line (   self)
Format first line of HTTP response message, and set up Date and
Server headers.

Definition at line 265 of file http.py.

def rpki.http.http_response.parse_first_line (   self,
  version,
  code,
  reason 
)
Parse first line of HTTP response message.

Definition at line 257 of file http.py.


Member Data Documentation

Definition at line 252 of file http.py.

Definition at line 252 of file http.py.


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