rpki.https.http_response Class Reference

Inherits rpki::https::http_message.

Collaboration diagram for rpki.https.http_response:
Collaboration graph

List of all members.

Public Member Functions

def __init__
def format_first_line
def parse_first_line

Public Attributes

 code
 reason

Detailed Description

HTTP response message.

Definition at line 208 of file https.py.


Member Function Documentation

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

Definition at line 213 of file https.py.

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

Definition at line 226 of file https.py.

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

Definition at line 218 of file https.py.


Member Data Documentation

Definition at line 215 of file https.py.

Definition at line 216 of file https.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables
Generated on Wed May 12 19:43:49 2010 for RPKI Engine by  doxygen 1.6.3