diff options
Diffstat (limited to 'src/url.lua')
-rw-r--r-- | src/url.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/url.lua b/src/url.lua index c708e19..3fd0aa6 100644 --- a/src/url.lua +++ b/src/url.lua | |||
@@ -6,11 +6,6 @@ | |||
6 | ----------------------------------------------------------------------------- | 6 | ----------------------------------------------------------------------------- |
7 | 7 | ||
8 | ----------------------------------------------------------------------------- | 8 | ----------------------------------------------------------------------------- |
9 | -- Setup namespace | ||
10 | ----------------------------------------------------------------------------- | ||
11 | _LOADED["url"] = getfenv(1) | ||
12 | |||
13 | ----------------------------------------------------------------------------- | ||
14 | -- Encodes a string into its escaped hexadecimal representation | 9 | -- Encodes a string into its escaped hexadecimal representation |
15 | -- Input | 10 | -- Input |
16 | -- s: binary string to be encoded | 11 | -- s: binary string to be encoded |