diff options
-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 | ||