From f0d2ac3dd5d3a2838cf2e55519feaa1e1b5023d2 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 25 Feb 2011 08:58:17 -0500 Subject: [PATCH] Readme update --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index f5a6908..3369a85 100644 --- a/README.rst +++ b/README.rst @@ -85,13 +85,13 @@ If CookieJar object is is passed in (cookies=...), the cookies will be sent with **Responses:** - Response.status_code: + Response.status_code (Integer) Received HTTP Status Code Response - Response.headers: + Response.headers (Dictionary) Received HTTP Response Headers - Response.content: + Response.content (Bytes) Received Content Response.url @@ -114,7 +114,7 @@ If CookieJar object is is passed in (cookies=...), the cookies will be sent with You can register AuthObjects to automatically enable HTTP Authentication on requests that contain a registered base URL string. - >>> requests.add_autoauth(url, authobject) + >>> requests.auth_manager.add_auth(url, authobject) -- 2.7.4