Skip to content

Commit 0ee2492

Browse files
author
Kenneth Reitz
committed
updated history for v0.4.0
1 parent 0f520a8 commit 0ee2492

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,13 @@ If CookieJar object is is passed in (cookies=...), the cookies will be sent with
9393
(Integer) Received HTTP Status Code Response
9494

9595
Response.headers
96-
(Dictionary) Received HTTP Response Headers
96+
((CaseInsensitive) Dictionary) Received HTTP Response Headers.
9797

9898
Response.content
99-
(Bytes) Received Content
99+
(Bytes) Received Content.
100+
101+
Response.history
102+
(List of Responses) Redirection History.
100103

101104
Response.url
102105
(String) URL of response. Useful for detecting redirects.

0 commit comments

Comments
 (0)