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, 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