Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(658)

Side by Side Diff: recipe_engine/third_party/requests/docs/community/recommended.rst

Issue 2164713003: Vendor requests. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/recipes-py@master
Patch Set: Fix deps.pyl Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 .. _recommended:
2
3 Recommended Packages and Extensions
4 ===================================
5
6 Requests has a great variety of powerful and useful third-party extensions.
7 This page provides an overview of some of the best of them.
8
9 Certifi CA Bundle
10 -----------------
11
12 `Certifi`_ is a carefully curated collection of Root Certificates for
13 validating the trustworthiness of SSL certificates while verifying the
14 identity of TLS hosts. It has been extracted from the Requests project.
15
16 .. _Certifi: http://certifi.io/en/latest/
17
18 CacheControl
19 ------------
20
21 `CacheControl`_ is an extension that adds a full HTTP cache to Requests. This
22 makes your web requests substantially more efficient, and should be used
23 whenever you're making a lot of web requests.
24
25 .. _CacheControl: https://cachecontrol.readthedocs.io/en/latest/
26
27 Requests-Toolbelt
28 -----------------
29
30 `Requests-Toolbelt`_ is a collection of utilities that some users of Requests ma y desire,
31 but do not belong in Requests proper. This library is actively maintained
32 by members of the Requests core team, and reflects the functionality most
33 requested by users within the community.
34
35 .. _Requests-Toolbelt: http://toolbelt.readthedocs.io/en/latest/index.html
36
37 Requests-OAuthlib
38 -----------------
39
40 `requests-oauthlib`_ makes it possible to do the OAuth dance from Requests
41 automatically. This is useful for the large number of websites that use OAuth
42 to provide authentication. It also provides a lot of tweaks that handle ways
43 that specific OAuth providers differ from the standard specifications.
44
45 .. _requests-oauthlib: https://requests-oauthlib.readthedocs.io/en/latest/
46
47
48 Betamax
49 -------
50
51 `Betamax`_ records your HTTP interactions so the NSA does not have to.
52 A VCR imitation designed only for Python-Requests.
53
54 .. _betamax: https://github.com/sigmavirus24/betamax
55
56
57
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698