Inherits rpki::https::http_stream.
Public Member Functions | |
def | __init__ |
def | handle_close |
def | handle_connect |
def | handle_error |
def | handle_message |
def | handle_no_content_length |
def | handle_timeout |
def | send_request |
def | set_state |
def | start |
def | tls_connect |
Public Attributes | |
cert | |
expect_close | |
hostport | |
key | |
queue | |
retry_read | |
retry_write | |
state | |
ta | |
tls | |
Static Public Attributes | |
parse_type = http_response | |
timeout = default_client_timeout |
Definition at line 519 of file https.py.
def rpki.https.http_client.__init__ | ( | self, | ||
queue, | ||||
hostport, | ||||
cert = None , |
||||
key = None , |
||||
ta = () | ||||
) |
def rpki.https.http_client.handle_close | ( | self | ) |
Reimplemented from rpki.https.http_stream.
def rpki.https.http_client.handle_error | ( | self | ) |
Reimplemented from rpki.https.http_stream.
def rpki.https.http_client.handle_no_content_length | ( | self | ) |
def rpki.https.http_client.handle_timeout | ( | self | ) |
Reimplemented from rpki.https.http_stream.
rpki.https.http_client.parse_type = http_response [static] |
Reimplemented from rpki.https.http_stream.
Reimplemented from rpki.https.http_stream.
Reimplemented from rpki.https.http_stream.