https.py File Reference

(3282)

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.localhost_addrinfo
def rpki::https.log_method
def rpki::https.server
def rpki::https.supported_address_families

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.
int rpki::https.default_tcp_port = 443
 Default port for clients and servers that don't specify one.
 rpki::https.enable_ipv6_clients = False
 Whether to consider IPv6 addresses when making connections.
 rpki::https.enable_ipv6_servers = True
 Whether to enable IPv6 listeners.
 rpki::https.have_ipv6 = False
 Whether the current machine claims to support IPv6.
string rpki::https.rpki_content_type = "application/x-rpki"
 HTTP content type used for all RPKI messages.
 rpki::https.use_adns = False
 Whether to use rpki.adns code.
 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.
 All Classes Namespaces Files Functions Variables
Generated on Sun Jul 11 19:57:19 2010 for RPKI Engine by  doxygen 1.6.3