summaryrefslogtreecommitdiff
path: root/ref/response-objects.html
diff options
context:
space:
mode:
authorjcgregorio <devnull@localhost>2006-11-17 21:52:34 +0000
committerjcgregorio <devnull@localhost>2006-11-17 21:52:34 +0000
commit772adc80e3d2ab4ef7bf32bdb6f1a7d502338f59 (patch)
treeaea0c1bbce3381e2b1ecd5e617b9c0c6143f35fe /ref/response-objects.html
parent90fb4a4de3f2697594865f81c5279f44c7b9852a (diff)
downloadhttplib2-772adc80e3d2ab4ef7bf32bdb6f1a7d502338f59.tar.gz
Changed -location header to content-location:
Diffstat (limited to 'ref/response-objects.html')
-rw-r--r--ref/response-objects.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref/response-objects.html b/ref/response-objects.html
index 49a3d67..28e585b 100644
--- a/ref/response-objects.html
+++ b/ref/response-objects.html
@@ -96,7 +96,7 @@ Will be <code>None</code> if there are no previous respones.
</dl>
<P>
-The Response object also has a special key value <code>-location</code>, that
+The Response object also populates the header <code>content-location</code>, that
contains the URI that was ultimately requested. This is useful if
redirects were encountered, you can determine the ultimate URI that
the request was sent to. All Response objects contain this key value,