Inherits rpki::http::http_message.
List of all members.
Detailed Description
Definition at line 243 of file http.py.
Member Function Documentation
def rpki.http.http_response.__init__ |
( |
|
self, |
|
|
|
code = None , |
|
|
|
reason = None , |
|
|
|
version = default_http_version , |
|
|
|
body = None , |
|
|
|
headers | |
|
) |
| | |
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 261 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 253 of file http.py.
Member Data Documentation
The documentation for this class was generated from the following file: