summaryrefslogtreecommitdiff
path: root/ref/http-objects.html
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 /ref/http-objects.html
parent88ada9a2bb559b7d79806075a363cea3ac3f7d9c (diff)
downloadhttplib2-5dc440bc08bef6a1e18780cfecc8dcbe587486c8.tar.gz
updated docs
Diffstat (limited to 'ref/http-objects.html')
-rw-r--r--ref/http-objects.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/ref/http-objects.html b/ref/http-objects.html
index f09715a..4def852 100644
--- a/ref/http-objects.html
+++ b/ref/http-objects.html
@@ -124,7 +124,7 @@ safe means that the client is only doing a <code>GET</code> or <code>HEAD</code>
URI to which it is being redirected. If <code>False</code> 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.
</dl>
<p>
@@ -133,6 +133,9 @@ must by True.
If <code>False</code>, which is the default, only safe redirects are followed, where
safe means that the client is only doing a <code>GET</code> or <code>HEAD</code> on the
URI to which it is being redirected. If <code>True</code> 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.
</dl>
<p>