From: Michael Holler Date: Thu, 14 Jun 2012 04:18:25 +0000 (-0500) Subject: Added 'request object attributes' section header X-Git-Tag: v0.13.2~24^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fde7ba78f255ced0f1ade4dd5cd4daa41a2b26f3;p=services%2Fpython-requests.git Added 'request object attributes' section header --- diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index 6f1415d..ba62e96 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -265,6 +265,9 @@ We can also do this for POSTs, and any other request for that matter:: >>> r.request.data == some_data True +Request Object Attributes +------------------------- + ``Request`` objects have the following attributes: * allow_redirects @@ -304,10 +307,6 @@ We can also do this for POSTs, and any other request for that matter:: * Set to true if you want to ``requests`` to verify ``url``'s SSL certificate - - - - Streaming Requests ------------------