File: index_values.html

package info (click to toggle)
netclient 0.91-10
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,096 kB
  • ctags: 1,539
  • sloc: ml: 8,808; sh: 527; makefile: 203
file content (122 lines) | stat: -rw-r--r-- 5,795 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="Start" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of class methods" rel=Appendix href="index_methods.html">
<link title="Index of classes" rel=Appendix href="index_classes.html">
<link title="Index of class types" rel=Appendix href="index_class_types.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Ftp_client" rel="Chapter" href="Ftp_client.html">
<link title="Ftp_data_endpoint" rel="Chapter" href="Ftp_data_endpoint.html">
<link title="Http_client" rel="Chapter" href="Http_client.html">
<link title="Http_client_mt" rel="Chapter" href="Http_client_mt.html">
<link title="Telnet_client" rel="Chapter" href="Telnet_client.html"><title>The Netclient Manual : Index of values</title>
</head>
<body>
<center><h1>Index of values</h1></center>
<table>
<tr><td align="left"><br>C</td></tr>
<tr><td><a href="Telnet_client.html#VALchar_of_option">char_of_option</a> [<a href="Telnet_client.html">Telnet_client</a>]</td>
<td><div class="info">
Converts the option name to the character representing it on the
 octet-stream level.
</div>
</td></tr>
<tr><td><a href="Http_client.html#VALclose_connection_cache">close_connection_cache</a> [<a href="Http_client.html">Http_client</a>]</td>
<td><div class="info">
Closes all descriptors known to the cache
</div>
</td></tr>
<tr><td><a href="Http_client.html#VALcreate_aggressive_cache">create_aggressive_cache</a> [<a href="Http_client.html">Http_client</a>]</td>
<td><div class="info">
This type of cache tries to keep connections as long open as
 possible.
</div>
</td></tr>
<tr><td><a href="Http_client.html#VALcreate_restrictive_cache">create_restrictive_cache</a> [<a href="Http_client.html">Http_client</a>]</td>
<td><div class="info">
A restrictive cache closes connections as soon as there are no
 pending requests.
</div>
</td></tr>
<tr><td align="left"><br>H</td></tr>
<tr><td><a href="Http_client.Convenience.html#VALhttp_delete">http_delete</a> [<a href="Http_client.Convenience.html">Http_client.Convenience</a>]</td>
<td><div class="info">
Does a "DELETE" request with the given URL and returns the response
 body.
</div>
</td></tr>
<tr><td><a href="Http_client.Convenience.html#VALhttp_delete_message">http_delete_message</a> [<a href="Http_client.Convenience.html">Http_client.Convenience</a>]</td>
<td><div class="info">
Does a "DELETE" request with the given URL and returns the reply.
</div>
</td></tr>
<tr><td><a href="Http_client.Convenience.html#VALhttp_get">http_get</a> [<a href="Http_client.Convenience.html">Http_client.Convenience</a>]</td>
<td><div class="info">
Does a "GET" request with the given URL and returns the message
 body
</div>
</td></tr>
<tr><td><a href="Http_client.Convenience.html#VALhttp_get_message">http_get_message</a> [<a href="Http_client.Convenience.html">Http_client.Convenience</a>]</td>
<td><div class="info">
Does a "GET" request with the given URL and returns the message
</div>
</td></tr>
<tr><td><a href="Http_client.Convenience.html#VALhttp_head_message">http_head_message</a> [<a href="Http_client.Convenience.html">Http_client.Convenience</a>]</td>
<td><div class="info">
Does a "HEAD" request with the given URL and returns the reply.
</div>
</td></tr>
<tr><td><a href="Http_client.Convenience.html#VALhttp_password">http_password</a> [<a href="Http_client.Convenience.html">Http_client.Convenience</a>]</td>
<td><div class="info">
The default password if authentication is required
</div>
</td></tr>
<tr><td><a href="Http_client.Convenience.html#VALhttp_post">http_post</a> [<a href="Http_client.Convenience.html">Http_client.Convenience</a>]</td>
<td><div class="info">
Does a "POST" request with the given URL and returns the response body.
</div>
</td></tr>
<tr><td><a href="Http_client.Convenience.html#VALhttp_post_message">http_post_message</a> [<a href="Http_client.Convenience.html">Http_client.Convenience</a>]</td>
<td><div class="info">
Does a "POST" request with the given URL and returns the reply.
</div>
</td></tr>
<tr><td><a href="Http_client.Convenience.html#VALhttp_put">http_put</a> [<a href="Http_client.Convenience.html">Http_client.Convenience</a>]</td>
<td><div class="info">
Does a "PUT" request with the given URL and returns the response body.
</div>
</td></tr>
<tr><td><a href="Http_client.Convenience.html#VALhttp_put_message">http_put_message</a> [<a href="Http_client.Convenience.html">Http_client.Convenience</a>]</td>
<td><div class="info">
Does a "PUT" request with the given URL and returns the reply.
</div>
</td></tr>
<tr><td><a href="Http_client.Convenience.html#VALhttp_trials">http_trials</a> [<a href="Http_client.Convenience.html">Http_client.Convenience</a>]</td>
<td><div class="info">
number of times every request is tried.
</div>
</td></tr>
<tr><td><a href="Http_client.Convenience.html#VALhttp_user">http_user</a> [<a href="Http_client.Convenience.html">Http_client.Convenience</a>]</td>
<td><div class="info">
The default user if authentication is required
</div>
</td></tr>
<tr><td><a href="Http_client.Convenience.html#VALhttp_verbose">http_verbose</a> [<a href="Http_client.Convenience.html">Http_client.Convenience</a>]</td>
<td><div class="info">
Turns on debug messages on stderr.
</div>
</td></tr>
<tr><td align="left"><br>O</td></tr>
<tr><td><a href="Telnet_client.html#VALoption_of_char">option_of_char</a> [<a href="Telnet_client.html">Telnet_client</a>]</td>
<td><div class="info">
Converts a character representing an option to the internal option
 name.
</div>
</td></tr>
</table><br>
</body>
</html>