mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
updated history for v0.4.0
This commit is contained in:
+5
-2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user