Go to the source code of this file.
Classes | |
class | rpki.https.caller |
class | rpki.https.http_client |
class | rpki.https.http_listener |
class | rpki.https.http_message |
class | rpki.https.http_queue |
class | rpki.https.http_request |
class | rpki.https.http_response |
class | rpki.https.http_server |
class | rpki.https.http_stream |
Packages | |
package | rpki.https |
Functions | |
def | rpki::https.build_https_ta_cache |
def | rpki::https.client |
def | rpki::https.log_method |
def | rpki::https.server |
Variables | |
dictionary | rpki::https.client_queues = {} |
Map of (host, port) tuples to http_queue objects. | |
rpki::https.debug_http = False | |
Verbose chatter about HTTP streams. | |
rpki::https.debug_tls_certs = False | |
Verbose chatter about TLS certificates. | |
tuple | rpki::https.default_client_timeout = rpki.sundial.timedelta(minutes = 15) |
Default HTTP client connection timeout. | |
tuple | rpki::https.default_http_version = (1, 0) |
Preferred HTTP version. | |
tuple | rpki::https.default_server_timeout = rpki.sundial.timedelta(minutes = 20) |
Default HTTP server connection timeouts. | |
string | rpki::https.rpki_content_type = "application/x-rpki" |
HTTP content type used for all RPKI messages. | |
tuple | rpki::https.supported_address_families = (socket.AF_INET, socket.AF_INET6) |
IP address families to support. | |
rpki::https.want_persistent_client = False | |
Whether we want persistent HTTP client streams, when server also supports them. | |
rpki::https.want_persistent_server = False | |
Whether we want persistent HTTP server streams, when client also supports them. |