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:
45c6897
)
readme update
author
Kenneth Reitz
<me@kennethreitz.com>
Sun, 13 Feb 2011 20:10:54 +0000
(15:10 -0500)
committer
Kenneth Reitz
<me@kennethreitz.com>
Sun, 13 Feb 2011 20:10:54 +0000
(15:10 -0500)
README.rst
patch
|
blob
|
history
diff --git
a/README.rst
b/README.rst
index 052bc1ca5ba381660469d0202789a0d43355f89e..56e74f09af5f1060d47da5f9afcc384e8bac0684 100644
(file)
--- a/
README.rst
+++ b/
README.rst
@@
-38,7
+38,7
@@
Let's do this. ::
>>> r = request.Request()
- >>> r.url = 'htt
p://github.com
'
+ >>> r.url = 'htt
ep://someurl.com/
'
>>> r.add_header(('key', 'value'))
>>> r.method = 'GET'
@@
-51,6
+51,7
@@
Let's do this. ::
'headers': {
'key': 'value',
},
+ 'method': 'GET',
'response': {
'status_code': 200,
'headers': {