aboutsummaryrefslogtreecommitdiff
path: root/doc/reference.html
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-05-26 04:58:32 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-05-26 04:58:32 +0000
commitbf738a03368b8de9c574d9631f131c5a520acf7b (patch)
treea65c512ce4601b056417ff7154ebdc254d762054 /doc/reference.html
parent4b7c2db4b7109bf57abd1b76abf24eba27f51aa1 (diff)
downloadluasocket-bf738a03368b8de9c574d9631f131c5a520acf7b.tar.gz
luasocket-bf738a03368b8de9c574d9631f131c5a520acf7b.tar.bz2
luasocket-bf738a03368b8de9c574d9631f131c5a520acf7b.zip
Working with in the manual.
Diffstat (limited to 'doc/reference.html')
-rw-r--r--doc/reference.html57
1 files changed, 29 insertions, 28 deletions
diff --git a/doc/reference.html b/doc/reference.html
index 6372e64..ba519c0 100644
--- a/doc/reference.html
+++ b/doc/reference.html
@@ -55,10 +55,10 @@
55</blockquote> 55</blockquote>
56</blockquote> 56</blockquote>
57 57
58<!-- misc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> 58<!-- global +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
59 59
60<blockquote> 60<blockquote>
61<a href="global.html">Globals</a> 61<a href="global.html">Global symbols</a>
62<blockquote> 62<blockquote>
63<a href="global.html#LUASOCKET_LIBNAME">LUASOCKET_LIBNAME</a>, 63<a href="global.html#LUASOCKET_LIBNAME">LUASOCKET_LIBNAME</a>,
64<a href="global.html#mime">mime</a>, 64<a href="global.html#mime">mime</a>,
@@ -68,32 +68,6 @@
68</blockquote> 68</blockquote>
69</table> 69</table>
70 70
71<blockquote>
72<a href="socket.html">LuaSocket namespace (socket)</a>
73<blockquote>
74<a href="socket.html#bind">bind</a>,
75<a href="socket.html#connect">connect</a>,
76<a href="socket.html#debug">debug</a>,
77<a href="socket.html#dns">dns</a>,
78<a href="socket.html#ftp">ftp</a>,
79<a href="socket.html#http">http</a>,
80<a href="socket.html#protect">protect</a>,
81<a href="socket.html#select">select</a>,
82<a href="socket.html#sink">sink</a>,
83<a href="socket.html#source">source</a>,
84<a href="socket.html#sleep">sleep</a>,
85<a href="socket.html#smtp">smtp</a>,
86<a href="socket.html#time">time</a>,
87<a href="socket.html#tcp">tcp</a>,
88<a href="socket.html#try">try</a>,
89<a href="socket.html#udp">udp</a>,
90<a href="socket.html#url">url</a>,
91<a href="socket.html#version">version</a>.
92</blockquote>
93</blockquote>
94</table>
95
96
97<!-- http +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> 71<!-- http +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
98 72
99<blockquote> 73<blockquote>
@@ -175,6 +149,33 @@
175</blockquote> 149</blockquote>
176</blockquote> 150</blockquote>
177 151
152<!-- socket +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
153
154<blockquote>
155<a href="socket.html">The socket namespace (socket)</a>
156<blockquote>
157<a href="tcp.html#bind">bind</a>,
158<a href="tcp.html#connect">connect</a>,
159<a href="socket.html#debug">debug</a>,
160<a href="dns.html#dns">dns</a>,
161<a href="ftp.html#ftp">ftp</a>,
162<a href="http.html#http">http</a>,
163<a href="socket.html#protect">protect</a>,
164<a href="socket.html#select">select</a>,
165<a href="socket.html#sink">sink</a>,
166<a href="socket.html#source">source</a>,
167<a href="socket.html#sleep">sleep</a>,
168<a href="smtp.html#smtp">smtp</a>,
169<a href="socket.html#time">time</a>,
170<a href="tcp.html#tcp">tcp</a>,
171<a href="socket.html#try">try</a>,
172<a href="udp.html#udp">udp</a>,
173<a href="url.html#url">url</a>,
174<a href="socket.html#version">version</a>.
175</blockquote>
176</blockquote>
177</table>
178
178<!-- tcp +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> 179<!-- tcp +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
179 180
180<blockquote> 181<blockquote>