diff options
| author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2001-01-25 22:02:37 +0000 |
|---|---|---|
| committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2001-01-25 22:02:37 +0000 |
| commit | 273fd0964e4d6fd3f5457d090633596feb6d582a (patch) | |
| tree | e548e830788b5ae582774c357661cdbbfaa01ff3 /README | |
| parent | bee46b39bf5b29e559b2152e4b32d2f37ee71a8e (diff) | |
| download | luasocket-273fd0964e4d6fd3f5457d090633596feb6d582a.tar.gz luasocket-273fd0964e4d6fd3f5457d090633596feb6d582a.tar.bz2 luasocket-273fd0964e4d6fd3f5457d090633596feb6d582a.zip | |
Updated for LuaSocket 1.2
Diffstat (limited to 'README')
| -rw-r--r-- | README | 17 |
1 files changed, 8 insertions, 9 deletions
| @@ -1,14 +1,13 @@ | |||
| 1 | This directory contains the implementation of the protocols FTP, HTTP and | 1 | This directory contains the implementation of the protocols FTP, HTTP |
| 2 | SMTP. The files provided are: | 2 | and SMTP. The files provided are: |
| 3 | 3 | ||
| 4 | http.lua -- HTTP protocol implementation | 4 | http.lua -- HTTP protocol implementation |
| 5 | base64.lua -- base64 encoding implementation | 5 | base64.lua -- base64 encoding implementation |
| 6 | 6 | ||
| 7 | The module http.lua provides functionality to download an URL from a | 7 | The module http.lua provides general HTTP client support. The |
| 8 | HTTP server. The implementation conforms to the HTTP/1.1 standard, RFC | 8 | implementation conforms to the HTTP/1.1 standard, RFC 2068. The |
| 9 | 2068. The base64.lua module provides base64 encoding and decoding. The | 9 | base64.lua module provides base64 encoding and decoding. The module is |
| 10 | module is used for the HTTP Basic Authentication Scheme, and conforms to | 10 | used for the HTTP Basic Authentication Scheme, and conforms to RFC 1521. |
| 11 | RFC 1521. | ||
| 12 | 11 | ||
| 13 | smtp.lua -- SMTP protocol implementation | 12 | smtp.lua -- SMTP protocol implementation |
| 14 | 13 | ||
| @@ -20,5 +19,5 @@ SMTP mail server. The implementation conforms to RFC 821. | |||
| 20 | The module ftp.lua provides functions to download and upload files from | 19 | The module ftp.lua provides functions to download and upload files from |
| 21 | and to FTP servers. The implementation conforms to RFC 959. | 20 | and to FTP servers. The implementation conforms to RFC 959. |
| 22 | 21 | ||
| 23 | These implementations are supported. Please send any comments do | 22 | These implementations are part of the LuaSocket library and are supported. |
| 24 | diego@tecgraf.puc-rio.br. | 23 | Please send any comments to diego@tecgraf.puc-rio.br. |
