diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2001-09-25 18:40:58 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2001-09-25 18:40:58 +0000 |
commit | 9f677cdbf4dee43b7fde43e2c673073e623451d9 (patch) | |
tree | 10cdd3d4f04ed52a34f9917561067f22e6bc555d | |
parent | 29ab78a74a9ded9b72a757b372c78b454da4c45c (diff) | |
download | luasocket-9f677cdbf4dee43b7fde43e2c673073e623451d9.tar.gz luasocket-9f677cdbf4dee43b7fde43e2c673073e623451d9.tar.bz2 luasocket-9f677cdbf4dee43b7fde43e2c673073e623451d9.zip |
updated rfc reference from 1521 to 2045
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ and to compose a base URL and relative URL into an absolute URL. | |||
26 | 26 | ||
27 | The code.lua module provides base64, hexa and escaped encoding and | 27 | The code.lua module provides base64, hexa and escaped encoding and |
28 | decoding. The module is used for the HTTP Basic Authentication Scheme, | 28 | decoding. The module is used for the HTTP Basic Authentication Scheme, |
29 | and URL protection, conforming to RFC 1521. | 29 | and URL protection, conforming to RFC 2045. |
30 | 30 | ||
31 | concat.lua -- fast concatenation library | 31 | concat.lua -- fast concatenation library |
32 | 32 | ||