*enormous* amount of work (even method overrides) to perform the simplest of
tasks.
+Things shouldn’t be this way. Not in Python.
+
Enter Requests. Requests allow you to send **GET**, **HEAD**, **PUT**,
**POST**, and **DELETE** HTTP requests. You can add headers, form data,
multipart files, and parameters with simple Python dictionaries, and access the
It's Simple
-----------
-How Simple?
-
::
>>> import requests
Testimonals
~~~~~~~~~~~
+`Twitter, Inc <http://twitter.com>`_ and `The Library of Congress <http://www.loc.gov/>`_ use Requests internally.
+
**Daniel Greenfeld**
Nuked a 1200 LOC spaghetti code library with 10 lines of code thanks to @kennethreitz's request library. Today has been AWESOME.