Inherits rpki::http::http_message.
List of all members.
Detailed Description
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 | |
|
) |
| | |
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
The documentation for this class was generated from the following file: