aboutsummaryrefslogtreecommitdiff
path: root/src/url.lua
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-17 06:23:13 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-17 06:23:13 +0000
commit613534c79526e313d6bfd5ffa514797b364dc185 (patch)
treec46efc0b1d147258ae0c65a4615e872f1de5edbe /src/url.lua
parent94b97bdc0039c78a213e0a6170f3037eeb00122e (diff)
downloadluasocket-613534c79526e313d6bfd5ffa514797b364dc185.tar.gz
luasocket-613534c79526e313d6bfd5ffa514797b364dc185.tar.bz2
luasocket-613534c79526e313d6bfd5ffa514797b364dc185.zip
smtp.c was eatten by mime.c
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