From 0ee249247a18c7c76e7c5269e87f55a0fb9ebfc0 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 15 May 2011 00:00:44 -0400 Subject: [PATCH] updated history for v0.4.0 --- README.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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. -- 2.7.4