updated history for v0.4.0
authorKenneth Reitz <me@kennethreitz.com>
Sun, 15 May 2011 04:00:44 +0000 (00:00 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Sun, 15 May 2011 04:00:44 +0000 (00:00 -0400)
README.rst

index 84c12c7..ce4eb58 100644 (file)
@@ -93,10 +93,13 @@ If CookieJar object is is passed in (cookies=...), the cookies will be sent with
          (Integer) Received HTTP Status Code Response
 
     Response.headers
-        (Dictionary) Received HTTP Response Headers
+        ((CaseInsensitive) Dictionary) Received HTTP Response Headers.
 
     Response.content
-        (Bytes) Received Content
+        (Bytes) Received Content.
+
+    Response.history
+        (List of Responses) Redirection History.
 
     Response.url
         (String) URL of response. Useful for detecting redirects.