aboutsummaryrefslogtreecommitdiff
path: root/src/url.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/url.lua')
-rw-r--r--src/url.lua5
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")
15getmetatable(_M).__index = nil 15getmetatable(_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