aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/url.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/url.lua b/src/url.lua
index 65da57a..27e7928 100644
--- a/src/url.lua
+++ b/src/url.lua
@@ -7,6 +7,7 @@
7---------------------------------------------------------------------------- 7----------------------------------------------------------------------------
8 8
9local Public, Private = {}, {} 9local Public, Private = {}, {}
10local socket = _G[LUASOCKET_LIBNAME] -- get LuaSocket namespace
10socket.url = Public 11socket.url = Public
11 12
12----------------------------------------------------------------------------- 13-----------------------------------------------------------------------------