diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-21 06:07:58 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-21 06:07:58 +0000 |
commit | bce1cb30d856d167e167c4c2997f9bebe03a612c (patch) | |
tree | 8e684b912cdc9d27c5aebf593107487c94866438 /doc/url.html | |
parent | f7579db9e830ef41f422a280d26c9077f48728e5 (diff) | |
download | luasocket-bce1cb30d856d167e167c4c2997f9bebe03a612c.tar.gz luasocket-bce1cb30d856d167e167c4c2997f9bebe03a612c.tar.bz2 luasocket-bce1cb30d856d167e167c4c2997f9bebe03a612c.zip |
More adjustments/bugfixes.
Diffstat (limited to 'doc/url.html')
-rw-r--r-- | doc/url.html | 12 |
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>. |
137 | Lower level components, if specified, | 139 | Lower level components, if specified, |
138 | take precedence over hight level components of the URL grammar. | 140 | take 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><path></tt> URL component into all its | |||
279 | <p class=return> | 281 | <p class=return> |
280 | Since some characters are reserved in URLs, they must be escaped | 282 | Since some characters are reserved in URLs, they must be escaped |
281 | whenever present in a <tt><path></tt> component. Therefore, before | 283 | whenever present in a <tt><path></tt> component. Therefore, before |
282 | returning a list with all the parsed segments, the function unescapes all | 284 | returning a list with all the parsed segments, the function removes |
283 | of them. | 285 | escaping from all of them. |
284 | </p> | 286 | </p> |
285 | 287 | ||
286 | <!-- unescape +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | 288 | <!-- unescape +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> |