mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
docs cleanup
This commit is contained in:
@@ -36,11 +36,6 @@ URLs, or to form-encode your POST data. Keep-alive and HTTP connection pooling
|
||||
are 100% automatic, powered by `urllib3 <https://github.com/shazow/urllib3>`_,
|
||||
which is embedded within Requests.
|
||||
|
||||
But wait, there's more! Headers, cookies, json/form data, multipart files, and
|
||||
url parameters can all be provided with standard Python dictionaries.
|
||||
Responses feature RFC-compliant redirection history, unicode/bytes bodies, a
|
||||
case-insensitive header dictionary, and more.
|
||||
|
||||
Besides, all the cool kids are doing it. Requests is one of the most
|
||||
downloaded Python packages of all time, pulling in over 6,000,000 downloads
|
||||
every month. You don't want to be left out!
|
||||
|
||||
+2
-7
@@ -38,18 +38,13 @@ URLs, or to form-encode your POST data. Keep-alive and HTTP connection pooling
|
||||
are 100% automatic, powered by `urllib3 <https://github.com/shazow/urllib3>`_,
|
||||
which is embedded within Requests.
|
||||
|
||||
But wait, there's more! Headers, cookies, json/form data, multipart files, and
|
||||
url parameters can all be provided with standard Python dictionaries.
|
||||
Responses feature RFC-compliant redirection history, unicode/bytes bodies, a
|
||||
case-insensitive header dictionary, and more.
|
||||
Testimonials
|
||||
------------
|
||||
|
||||
Besides, all the cool kids are doing it. Requests is one of the most
|
||||
downloaded Python packages of all time, pulling in over 6,000,000 downloads
|
||||
every month. You don't want to be left out!
|
||||
|
||||
Testimonials
|
||||
------------
|
||||
|
||||
Her Majesty's Government, Amazon, Google, Twilio, Runscope, Mozilla, Heroku,
|
||||
PayPal, NPR, Obama for America, Transifex, Native Instruments, The Washington
|
||||
Post, Twitter, SoundCloud, Kippt, Readability, Sony, and Federal U.S.
|
||||
|
||||
Reference in New Issue
Block a user