mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Added 'request object attributes' section header
This commit is contained in:
@@ -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
|
||||
------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user