projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
908d7de
)
request function update admin
author
Kenneth Reitz
<me@kennethreitz.com>
Mon, 14 Feb 2011 06:12:38 +0000
(
01:12
-0500)
committer
Kenneth Reitz
<me@kennethreitz.com>
Mon, 14 Feb 2011 06:12:38 +0000
(
01:12
-0500)
README.rst
patch
|
blob
|
history
diff --git
a/README.rst
b/README.rst
index 4436ca4480ba6560aaaba36c7d3747b16de47615..acd9bcb9d63f977b9a181c4378d787e8b69be36e 100644
(file)
--- a/
README.rst
+++ b/
README.rst
@@
-69,6
+69,8
@@
API
---
**Requests:**
+
+All request functions return a Response object (see below).
GET Requests
>>> request.get(url, params={}, headers={} auth=None)