Index of values


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
command [Ftp_client.Action]
Execute the command
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.

D
dyn_command [Ftp_client.Action]
Execute the computed command

E
empty [Ftp_client.Action]
Do nothing
execute [Ftp_client.Action]
Executes the action for the given client PI.
expect [Ftp_client.Action]
If the execution of the action yields the passed state, continue normally, otherwise treat the situation as error

F
ftp_state [Ftp_client.Action]
Returns the ftp_state at the beginning of the plan
full_seq2 [Ftp_client.Action]
Do the first action, then get the second action using the reply of the first action.

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.

S
seq [Ftp_client.Action]
Do the list of actions in turn
seq2 [Ftp_client.Action]
Do the two actions in turn
seq2_case [Ftp_client.Action]
Do the first action, then check the resulting command state.