aboutsummaryrefslogtreecommitdiff
path: root/doc/url.html
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-21 06:07:58 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-21 06:07:58 +0000
commitbce1cb30d856d167e167c4c2997f9bebe03a612c (patch)
tree8e684b912cdc9d27c5aebf593107487c94866438 /doc/url.html
parentf7579db9e830ef41f422a280d26c9077f48728e5 (diff)
downloadluasocket-bce1cb30d856d167e167c4c2997f9bebe03a612c.tar.gz
luasocket-bce1cb30d856d167e167c4c2997f9bebe03a612c.tar.bz2
luasocket-bce1cb30d856d167e167c4c2997f9bebe03a612c.zip
More adjustments/bugfixes.
Diffstat (limited to 'doc/url.html')
-rw-r--r--doc/url.html12
1 files changed, 7 insertions, 5 deletions
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 @@
3<html> 3<html>
4 4
5<head> 5<head>
6<title>LuaSocket: Network support for the Lua language</title> 6<meta name="description" content="LuaSocket: URL manipulation">
7<meta name="keywords" content="Lua, Library, URL, link, Network, Support">
8<title>LuaSocket: URL support</title>
7<link rel="stylesheet" href="reference.css" type="text/css"> 9<link rel="stylesheet" href="reference.css" type="text/css">
8</head> 10</head>
9 11
@@ -16,7 +18,7 @@
16<center> 18<center>
17<table summary="LuaSocket logo"> 19<table summary="LuaSocket logo">
18<tr><td align=center><a href="http://www.lua.org"> 20<tr><td align=center><a href="http://www.lua.org">
19<img width=128 border=0 alt="LuaSocket" src="luasocket.png"> 21<img width=128 height=128 border=0 alt="LuaSocket" src="luasocket.png">
20</a></td></tr> 22</a></td></tr>
21<tr><td align=center valign=top>Network support for the Lua language 23<tr><td align=center valign=top>Network support for the Lua language
22</td></tr> 24</td></tr>
@@ -135,7 +137,7 @@ Rebuilds an URL from its parts.
135<tt>Parsed_url</tt> is a table with same components returned by 137<tt>Parsed_url</tt> is a table with same components returned by
136<a href="#parse"><tt>parse</tt></a>. 138<a href="#parse"><tt>parse</tt></a>.
137Lower level components, if specified, 139Lower level components, if specified,
138take precedence over hight level components of the URL grammar. 140take precedence over high level components of the URL grammar.
139</p> 141</p>
140 142
141<p class=return> 143<p class=return>
@@ -279,8 +281,8 @@ Breaks a <tt>&lt;path&gt;</tt> URL component into all its
279<p class=return> 281<p class=return>
280Since some characters are reserved in URLs, they must be escaped 282Since some characters are reserved in URLs, they must be escaped
281whenever present in a <tt>&lt;path&gt;</tt> component. Therefore, before 283whenever present in a <tt>&lt;path&gt;</tt> component. Therefore, before
282returning a list with all the parsed segments, the function unescapes all 284returning a list with all the parsed segments, the function removes
283of them. 285escaping from all of them.
284</p> 286</p>
285 287
286<!-- unescape +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> 288<!-- unescape +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->