summaryrefslogtreecommitdiff
path: root/libhttplib2.tex
diff options
context:
space:
mode:
authorjcgregorio <devnull@localhost>2007-05-03 13:23:27 +0000
committerjcgregorio <devnull@localhost>2007-05-03 13:23:27 +0000
commit5dc440bc08bef6a1e18780cfecc8dcbe587486c8 (patch)
tree78bfa8b3b8940b403e429cf0c4b3180fe1965a75 /libhttplib2.tex
parent88ada9a2bb559b7d79806075a363cea3ac3f7d9c (diff)
downloadhttplib2-5dc440bc08bef6a1e18780cfecc8dcbe587486c8.tar.gz
updated docs
Diffstat (limited to 'libhttplib2.tex')
-rw-r--r--libhttplib2.tex5
1 files changed, 4 insertions, 1 deletions
diff --git a/libhttplib2.tex b/libhttplib2.tex
index dec2573..5ab860c 100644
--- a/libhttplib2.tex
+++ b/libhttplib2.tex
@@ -239,13 +239,16 @@ safe means that the client is only doing a \code{GET} or \code{HEAD} on the
URI to which it is being redirected. If \code{False} then no redirects are followed.
Note that a False 'follow_redirects' takes precedence over a True 'follow_all_redirects'.
Another way of saying that is for 'follow_all_redirects' to have any affect, 'follow_redirects'
-must by True.
+must be True.
\end{memberdesc}
\begin{memberdesc}[Http]{follow_all_redirects}
If \code{False}, which is the default, only safe redirects are followed, where
safe means that the client is only doing a \code{GET} or \code{HEAD} on the
URI to which it is being redirected. If \code{True} then all redirects are followed.
+Note that a False 'follow_redirects' takes precedence over a True 'follow_all_redirects'.
+Another way of saying that is for 'follow_all_redirects' to have any affect, 'follow_redirects'
+must be True.
\end{memberdesc}
\begin{memberdesc}[Http]{force_exception_to_status_code}