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:
9469b4b
)
Edited PATCH Requests in README
author
Juarez Bochi
<jbochi@gmail.com>
Sun, 14 Aug 2011 10:30:43 +0000
(07:30 -0300)
committer
Juarez Bochi
<jbochi@gmail.com>
Sun, 14 Aug 2011 10:30:43 +0000
(07:30 -0300)
README.rst
patch
|
blob
|
history
diff --git
a/README.rst
b/README.rst
index
96a1f53
..
312dfc3
100644
(file)
--- a/
README.rst
+++ b/
README.rst
@@
-83,7
+83,7
@@
If CookieJar object is is passed in (cookies=...), the cookies will be sent with
<Response [200]>
PATCH Requests
- >>> requests.p
ost
(url, data={}, headers={}, files={}, cookies=None, auth=None, timeout=None, allow_redirects=False, params{}, proxies={})
+ >>> requests.p
atch
(url, data={}, headers={}, files={}, cookies=None, auth=None, timeout=None, allow_redirects=False, params{}, proxies={})
<Response [200]>
DELETE Requests