From: Kenneth Reitz Date: Sun, 15 May 2011 04:00:44 +0000 (-0400) Subject: updated history for v0.4.0 X-Git-Tag: v0.4.1^2~64 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ee249247a18c7c76e7c5269e87f55a0fb9ebfc0;p=services%2Fpython-requests.git updated history for v0.4.0 --- diff --git a/README.rst b/README.rst index 84c12c7..ce4eb58 100644 --- a/README.rst +++ b/README.rst @@ -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.