diff options
| author | jcgregorio <devnull@localhost> | 2007-05-03 13:23:27 +0000 |
|---|---|---|
| committer | jcgregorio <devnull@localhost> | 2007-05-03 13:23:27 +0000 |
| commit | 5dc440bc08bef6a1e18780cfecc8dcbe587486c8 (patch) | |
| tree | 78bfa8b3b8940b403e429cf0c4b3180fe1965a75 /ref/http-objects.html | |
| parent | 88ada9a2bb559b7d79806075a363cea3ac3f7d9c (diff) | |
| download | httplib2-5dc440bc08bef6a1e18780cfecc8dcbe587486c8.tar.gz | |
updated docs
Diffstat (limited to 'ref/http-objects.html')
| -rw-r--r-- | ref/http-objects.html | 5 |
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> |
