1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-10 09:35:34 +00:00

Merge pull request #374 from adamchainz/readme_supported

Update docs' lists of supported HTTP clients
This commit is contained in:
Luiz Menezes
2018-09-18 14:45:11 -03:00
committed by GitHub
2 changed files with 10 additions and 21 deletions

View File

@@ -41,19 +41,6 @@ VCR.py will detect the absence of a cassette file and once again record
all HTTP interactions, which will update them to correspond to the new all HTTP interactions, which will update them to correspond to the new
API. API.
Support
-------
VCR.py works great with the following HTTP clients:
- requests
- aiohttp
- urllib3
- tornado
- urllib2
- boto3
License License
======= =======

View File

@@ -12,15 +12,17 @@ Compatibility
VCR.py supports Python 2.7 and 3.4+, and VCR.py supports Python 2.7 and 3.4+, and
`pypy <http://pypy.org>`__. `pypy <http://pypy.org>`__.
The following http libraries are supported: The following HTTP libraries are supported:
- urllib2 - ``aiohttp``
- urllib3 - ``boto``
- http.client (python3) - ``boto3``
- requests (both 1.x and 2.x versions) - ``http.client``
- httplib2 - ``httplib2``
- boto - ``requests`` (both 1.x and 2.x versions)
- Tornado's AsyncHTTPClient - ``tornado.httpclient``
- ``urllib2``
- ``urllib3``
Speed Speed
----- -----