From bce1cb30d856d167e167c4c2997f9bebe03a612c Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Mon, 21 Jun 2004 06:07:58 +0000 Subject: More adjustments/bugfixes. --- doc/url.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'doc/url.html') diff --git a/doc/url.html b/doc/url.html index 207995c..92acf36 100644 --- a/doc/url.html +++ b/doc/url.html @@ -3,7 +3,9 @@ -LuaSocket: Network support for the Lua language + + +LuaSocket: URL support @@ -16,7 +18,7 @@
@@ -135,7 +137,7 @@ Rebuilds an URL from its parts. Parsed_url is a table with same components returned by parse. Lower level components, if specified, -take precedence over hight level components of the URL grammar. +take precedence over high level components of the URL grammar.

@@ -279,8 +281,8 @@ Breaks a <path> URL component into all its

Since some characters are reserved in URLs, they must be escaped whenever present in a <path> component. Therefore, before -returning a list with all the parsed segments, the function unescapes all -of them. +returning a list with all the parsed segments, the function removes +escaping from all of them.

-- cgit v1.2.3-55-g6feb
-LuaSocket +LuaSocket
Network support for the Lua language