updated history for v0.4.0

This commit is contained in:
Kenneth Reitz
2011-05-15 00:00:44 -04:00
parent 0f520a8c69
commit 0ee249247a
+5 -2
View 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.