diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-09-29 06:11:42 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-09-29 06:11:42 +0000 |
commit | a32c6d91402329adb769c4fe8bbb24f0d4e99051 (patch) | |
tree | 8b3f574b479e84bd9fe086db49cbab551eac75c8 /src/url.lua | |
parent | 773e35ced30fa2c03ddb2a332bf8a9aebb56aa44 (diff) | |
download | luasocket-a32c6d91402329adb769c4fe8bbb24f0d4e99051.tar.gz luasocket-a32c6d91402329adb769c4fe8bbb24f0d4e99051.tar.bz2 luasocket-a32c6d91402329adb769c4fe8bbb24f0d4e99051.zip |
Almost ready to release.
Diffstat (limited to 'src/url.lua')
-rw-r--r-- | src/url.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/url.lua b/src/url.lua index bd39d98..5427cbc 100644 --- a/src/url.lua +++ b/src/url.lua | |||
@@ -15,6 +15,11 @@ module("socket.url") | |||
15 | getmetatable(_M).__index = nil | 15 | getmetatable(_M).__index = nil |
16 | 16 | ||
17 | ----------------------------------------------------------------------------- | 17 | ----------------------------------------------------------------------------- |
18 | -- Module version | ||
19 | ----------------------------------------------------------------------------- | ||
20 | _VERSION = "URL 1.0" | ||
21 | |||
22 | ----------------------------------------------------------------------------- | ||
18 | -- Encodes a string into its escaped hexadecimal representation | 23 | -- Encodes a string into its escaped hexadecimal representation |
19 | -- Input | 24 | -- Input |
20 | -- s: binary string to be encoded | 25 | -- s: binary string to be encoded |