From 8d4e240f6ae50d9b22ddc44f5e207018935da907 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Tue, 8 Feb 2005 10:01:01 +0000 Subject: Forward server working on Mac OS X... --- doc/url.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/url.html') diff --git a/doc/url.html b/doc/url.html index 56e1ef5..ac84d24 100644 --- a/doc/url.html +++ b/doc/url.html @@ -52,7 +52,7 @@ To obtain the url namespace, run:
 -- loads the URL module 
-local url = require("url")
+local url = require("socket.url")
 

@@ -193,7 +193,7 @@ The function returns the encoded string.

 -- load url module
-url = require("url")
+url = require("socket.url")
 
 code = url.escape("/#?;")
 -- code = "%2f%23%3f%3b"
@@ -239,7 +239,7 @@ parsed_url = {
 -- load url module
-url = require("url")
+url = require("socket.url")
 
 parsed_url = url.parse("http://www.example.com/cgilua/index.lua?a=2#there")
 -- parsed_url = {
-- 
cgit v1.2.3-55-g6feb