1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +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``
- ``httplib2``
- ``requests`` (both 1.x and 2.x versions)
- ``tornado``
- ``tornado.httpclient``
- ``urllib2``
- ``urllib3``