From 62a4c505e488c714e8795ea85564504562d30301 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Sat, 24 Jan 2004 02:47:24 +0000 Subject: Working on the manual... Making better tests for error messages. Changed a few names. Moved gethostname to inet.c. --- doc/reference.html | 298 ++++++++++++++++++++++++++++------------------------- 1 file changed, 158 insertions(+), 140 deletions(-) (limited to 'doc/reference.html') diff --git a/doc/reference.html b/doc/reference.html index 99b1ea7..0bfd378 100644 --- a/doc/reference.html +++ b/doc/reference.html @@ -35,155 +35,173 @@

Reference

- - - - - - - - + + +
+Callbacks (socket.callback) +
+send: +chain, +file, +string. +
+
+receive: +chain, +file, +concat. +
+
-
- - - - - - - - - -
- -
- - - - - - - - - + + +
+DNS services (socket.dns) +
+toip, +tohostname, +gethostname. +
+
+ + + +
+FTP (socket.ftp) +
+get, +get_cb, +put, +put_cb. +
+
+ + + +
+Globals (socket) +
+bind, +callback, +concat, +connect, +debug, +dns, +ftp, +http, +mime, +select, +sleep, +smtp, +time, +tcp. +udp, +url, +version. +
+
-
- - - - - -
+ + +
+HTTP (socket.http) +
+get, +post, +request, +request_cb. +
+
+ + + +
+MIME (socket.mime) +
+filters: +canonic, +chain, +decode, +encode, +wrap. +
+
+low-level: +b64, +unb64, +eol, +qp, +unqp, +wrp, +qpwrp. +
+
+ + + +
+SMTP (socket.smtp) +
+mail +
+
-
+ - - - - - - - - -
+
+TCP (socket.tcp) +
+accept, +bind, +close, +connect, +getpeername, +getsockname, +receive, +send, +setoption, +settimeout, +shutdown. +
+
-
+ - - - - - - - - -
+
+UDP (socket.udp) +
+close, +getpeername, +getsockname, +receive, +receivefrom, +send, +sendto, +setpeername, +setsockname, +setoption, +settimeout, +shutdown. +
+
+ + + +
+URL (socket.url) +
+absolute, +build, +build_path, +quote, +parse, +parse_path, +unquote. +
+
-- cgit v1.2.3-55-g6feb