1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-11 18:06:10 +00:00

tornado.httpclient

This commit is contained in:
Adam Johnson
2018-07-31 10:38:21 +01:00
parent bb8d39dd20
commit 7417978e36

View File

@@ -20,7 +20,7 @@ The following HTTP libraries are supported:
- ``http.client`` - ``http.client``
- ``httplib2`` - ``httplib2``
- ``requests`` (both 1.x and 2.x versions) - ``requests`` (both 1.x and 2.x versions)
- ``tornado`` - ``tornado.httpclient``
- ``urllib2`` - ``urllib2``
- ``urllib3`` - ``urllib3``