C | |
char_of_option [Telnet_client] |
Converts the option name to the character representing it on the
octet-stream level.
|
close_connection_cache [Http_client] |
Closes all descriptors known to the cache
|
create_aggressive_cache [Http_client] |
This type of cache tries to keep connections as long open as
possible.
|
create_restrictive_cache [Http_client] |
A restrictive cache closes connections as soon as there are no
pending requests.
|
H | |
http_delete [Http_client.Convenience] |
Does a "DELETE" request with the given URL and returns the response
body.
|
http_delete_message [Http_client.Convenience] |
Does a "DELETE" request with the given URL and returns the reply.
|
http_get [Http_client.Convenience] |
Does a "GET" request with the given URL and returns the message
body
|
http_get_message [Http_client.Convenience] |
Does a "GET" request with the given URL and returns the message
|
http_head_message [Http_client.Convenience] |
Does a "HEAD" request with the given URL and returns the reply.
|
http_password [Http_client.Convenience] |
The default password if authentication is required
|
http_post [Http_client.Convenience] |
Does a "POST" request with the given URL and returns the response body.
|
http_post_message [Http_client.Convenience] |
Does a "POST" request with the given URL and returns the reply.
|
http_put [Http_client.Convenience] |
Does a "PUT" request with the given URL and returns the response body.
|
http_put_message [Http_client.Convenience] |
Does a "PUT" request with the given URL and returns the reply.
|
http_trials [Http_client.Convenience] |
number of times every request is tried.
|
http_user [Http_client.Convenience] |
The default user if authentication is required
|
http_verbose [Http_client.Convenience] |
Turns on debug messages on stderr.
|
O | |
option_of_char [Telnet_client] |
Converts a character representing an option to the internal option
name.
|