xmlrpclib.Transport¶
-
class
xmlrpclib.Transport(use_datetime=0)[source]¶ Handles an HTTP transaction to an XML-RPC server.
Methods¶
__init__([use_datetime]) |
|
close() |
|
get_host_info(host) |
|
getparser() |
|
make_connection(host) |
|
parse_response(response) |
|
request(host, handler, request_body[, verbose]) |
|
send_content(connection, request_body) |
|
send_host(connection, host) |
|
send_request(connection, handler, request_body) |
|
send_user_agent(connection) |
|
single_request(host, handler, request_body) |
Attributes¶
accept_gzip_encoding |
|
encode_threshold |
|
user_agent |