B | |
basic_auth_handler [Http_client] |
Basic authentication.
|
basic_auth_method [Http_client] |
Deprecated.
|
C | |
connect_method [Ftp_client] |
This method connects to the
host which must be an IP address
|
D | |
data_converter [Ftp_data_endpoint] |
Creates a data conversion pipe converting
fromrepr to
torepr .
|
delete [Http_client] |
Argument: URI
|
delete_call [Http_client] | |
digest_auth_handler [Http_client] |
Digest authentication.
|
digest_auth_method [Http_client] |
Deprecated.
|
F | |
ftp_client [Ftp_client] |
The ftp client is a user session that may even span several connections.
|
ftp_client_pi [Ftp_client] |
The client protocol interpreter...
|
ftp_data_receiver [Ftp_data_endpoint] |
This engine receives data on a FTP data connection, and forwards
them to a local receiver.
|
ftp_data_sender [Ftp_data_endpoint] |
This engine sends data over a FTP data connection coming from
a local sender.
|
G | |
generic_call [Http_client] |
This class is an implementation of
http_call .
|
get [Http_client] |
Argument: URI
|
get_call [Http_client] | |
get_method [Ftp_client] |
This FTP method walks to the right directory and gets
file from
the server.
|
H | |
head [Http_client] |
Argument: URI
|
head_call [Http_client] | |
K | |
key_ring [Http_client] |
The
key_ring is a cache for keys.
|
L | |
login_method [Ftp_client] |
This FTP method logs the
user in.
|
O | |
options [Http_client] |
Argument: URI or "*"
|
options_call [Http_client] | |
P | |
pipeline [Http_client] |
A pipeline is a queue of HTTP calls to perform
|
post [Http_client] |
Arguments: URI, parameter list to be transferred as
application/x-www-form-urlencoded body
|
post_call [Http_client] | |
post_raw [Http_client] |
Arguments: URI, body
|
put [Http_client] |
Arguments: URI, body
|
put_call [Http_client] | |
R | |
read_in_record_channel [Ftp_data_endpoint] |
Provides an
in_record_channel that takes newline characters as
EOR representation.
|
T | |
telnet_session [Telnet_client] |
A telnet session
|
trace [Http_client] |
Arguments: URI, maximum number of hops
|
trace_call [Http_client] | |
W | |
write_out_record_channel [Ftp_data_endpoint] |
Provides an
out_record_channel that represents EOR as
newline character.
|