diff options
| author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-24 02:47:24 +0000 |
|---|---|---|
| committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-24 02:47:24 +0000 |
| commit | 62a4c505e488c714e8795ea85564504562d30301 (patch) | |
| tree | f270f53f26905b7275cea172e52ebc269a41c695 /doc/http.html | |
| parent | 0c9f420a3549df3fb331bb24157b65a3301641d4 (diff) | |
| download | luasocket-62a4c505e488c714e8795ea85564504562d30301.tar.gz luasocket-62a4c505e488c714e8795ea85564504562d30301.tar.bz2 luasocket-62a4c505e488c714e8795ea85564504562d30301.zip | |
Working on the manual...
Making better tests for error messages.
Changed a few names.
Moved gethostname to inet.c.
Diffstat (limited to 'doc/http.html')
| -rw-r--r-- | doc/http.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/http.html b/doc/http.html index b7469a4..f977ea9 100644 --- a/doc/http.html +++ b/doc/http.html | |||
| @@ -203,7 +203,7 @@ request message. If authentication information is provided, the function | |||
| 203 | uses the Basic Authentication Scheme (see <a href="#authentication">note</a>) | 203 | uses the Basic Authentication Scheme (see <a href="#authentication">note</a>) |
| 204 | to retrieve the document. <tt>User</tt> and <tt>password</tt> provided | 204 | to retrieve the document. <tt>User</tt> and <tt>password</tt> provided |
| 205 | explicitly override those given by the <tt>url</tt>. The <tt>stay</tt> | 205 | explicitly override those given by the <tt>url</tt>. The <tt>stay</tt> |
| 206 | parameter, when set to anything but <tt>nil</tt>, prevents the function | 206 | parameter, when set to anything but <b><tt>nil</tt></b>, prevents the function |
| 207 | from automatically following 301 or 302 server redirect messages. | 207 | from automatically following 301 or 302 server redirect messages. |
| 208 | </p> | 208 | </p> |
| 209 | 209 | ||
| @@ -333,7 +333,7 @@ Authentication Scheme (see <a href="#authentication">note</a>) to | |||
| 333 | retrieve the document. <tt>Request.user</tt> and | 333 | retrieve the document. <tt>Request.user</tt> and |
| 334 | <tt>request.password</tt> override those given by the | 334 | <tt>request.password</tt> override those given by the |
| 335 | <tt>request.url</tt>. The <tt>request.stay</tt> parameter, when set to | 335 | <tt>request.url</tt>. The <tt>request.stay</tt> parameter, when set to |
| 336 | anything but <tt>nil</tt>, prevents the function from automatically | 336 | anything but <b><tt>nil</tt></b>, prevents the function from automatically |
| 337 | following 301 or 302 server redirect messages. | 337 | following 301 or 302 server redirect messages. |
| 338 | </p> | 338 | </p> |
| 339 | 339 | ||
