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:
c840bc7
)
added url parameter
author
Kenneth Reitz
<me@kennethreitz.com>
Sun, 13 Feb 2011 20:50:55 +0000
(15:50 -0500)
committer
Kenneth Reitz
<me@kennethreitz.com>
Sun, 13 Feb 2011 20:50:55 +0000
(15:50 -0500)
README.rst
patch
|
blob
|
history
diff --git
a/README.rst
b/README.rst
index da04af826c131b314fece805b474e8d19ca05fe1..07f9f684e43c955bb1ec9edd98169512eb34fd3e 100644
(file)
--- a/
README.rst
+++ b/
README.rst
@@
-56,6
+56,7
@@
Let's do this. ::
>>> dict(r)
{
+ 'url': 'http://someurl.com/',
'headers': {
'key': 'value',
},