RPKI Engine 1.0
|
Public Member Functions | |
def | __call__ |
def | __init__ |
Public Attributes | |
client_cert | |
client_key | |
proto | |
server_cert | |
server_ta | |
url | |
Static Public Attributes | |
debug = False |
Handle client-side mechanics for protocols based on HTTP, CMS, and rpki.xml_utils. Calling sequence is intended to nest within rpki.async.sync_wrapper.
def rpki.http.caller.__init__ | ( | self, | |
proto, | |||
client_key, | |||
client_cert, | |||
server_ta, | |||
server_cert, | |||
url, | |||
debug = None |
|||
) |
rpki.http.caller.debug = False [static] |