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:
98d257e
)
Readme update.
author
Kenneth Reitz
<me@kennethreitz.com>
Mon, 14 Feb 2011 05:22:16 +0000
(
00:22
-0500)
committer
Kenneth Reitz
<me@kennethreitz.com>
Mon, 14 Feb 2011 05:22:16 +0000
(
00:22
-0500)
README.rst
patch
|
blob
|
history
diff --git
a/README.rst
b/README.rst
index
a85cae0
..
d9c59be
100644
(file)
--- a/
README.rst
+++ b/
README.rst
@@
-23,10
+23,20
@@
But this one's different. This one's going to be awesome. And simple.
Really simple. It'll even follow redirects.
+Features
+--------
+
+- Extremely simple GET, HEAD, POST, PUT, DELETE Requests
+ + Simple HTTP Header Request Attachment
+ + Simple Data/Params Request Attachment
+- Simple Basic HTTP Authentication
+ + Simple URL + HTTP Auth Registry
+
+
Usage
-----
-
Let's do this
. ::
+
It couldn't be simpler
. ::
>>> import requests