From 62a4c505e488c714e8795ea85564504562d30301 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Sat, 24 Jan 2004 02:47:24 +0000 Subject: Working on the manual... Making better tests for error messages. Changed a few names. Moved gethostname to inet.c. --- doc/http.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/http.html') 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 uses the Basic Authentication Scheme (see note) to retrieve the document. User and password provided explicitly override those given by the url. The stay -parameter, when set to anything but nil, prevents the function +parameter, when set to anything but nil, prevents the function from automatically following 301 or 302 server redirect messages.

@@ -333,7 +333,7 @@ Authentication Scheme (see note) to retrieve the document. Request.user and request.password override those given by the request.url. The request.stay parameter, when set to -anything but nil, prevents the function from automatically +anything but nil, prevents the function from automatically following 301 or 302 server redirect messages.

-- cgit v1.2.3-55-g6feb