From 58096449c6044b7aade5cd41cfd71c6bec1d273d Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Tue, 15 Jun 2004 06:24:00 +0000 Subject: Manual is almost done. HTTP is missing. Implemented new distribution scheme. Select is now purely C. HTTP reimplemented seems faster dunno why. LTN12 functions that coroutines fail gracefully. --- doc/reference.html | 89 ++++++++++++++++++++---------------------------------- 1 file changed, 33 insertions(+), 56 deletions(-) (limited to 'doc/reference.html') diff --git a/doc/reference.html b/doc/reference.html index ba519c0..ebcfb5b 100644 --- a/doc/reference.html +++ b/doc/reference.html @@ -36,7 +36,7 @@

Reference

-DNS services (socket.dns) +DNS (in socket)
toip, tohostname, @@ -47,31 +47,17 @@
-FTP (socket.ftp) +FTP
get, -put, -open. +put
- - -
-Global symbols -
-LUASOCKET_LIBNAME, -mime, -ltn12, -socket. -
-
- -
-HTTP (socket.http) +HTTP
get, post, @@ -82,46 +68,45 @@
-LTN012 (ltn12) +LTN12
filter: -chain, -cycle. +chain, +cycle.
pump: -all, -step. +all, +step.
sink: -chain, -error, -file, -null, -simplify, -table. +chain, +error, +file, +null, +simplify, +table.
source: -cat, -chain, -empty, -file, -simplify, -rewind, -string. +cat, +chain, +empty, +error, +file, +simplify, +string.
-MIME (mime) +MIME
high-level: normalize, -chain, decode, encode, wrap. @@ -141,9 +126,8 @@
-SMTP (socket.smtp) +SMTP
-open, message, send.
@@ -152,26 +136,20 @@
-The socket namespace (socket) +Socket
-bind, -connect, -debug, +DEBUG, dns, -ftp, -http, protect, select, sink, source, sleep, -smtp, time, tcp, try, udp, -url, -version. +VERSION.
@@ -179,7 +157,7 @@
-TCP (socket.tcp) +TCP (in socket)
accept, bind, @@ -198,7 +176,7 @@
-UDP (socket.udp) +UDP (in socket)
close, getpeername, @@ -210,23 +188,22 @@ setpeername, setsockname, setoption, -settimeout, -shutdown. +settimeout.
-URL (socket.url) +URL
absolute, build, build_path, -quote, +escape, parse, parse_path, -unquote. +unescape.
-- cgit v1.2.3-55-g6feb