1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

Merge pull request #172 from abhinav/patch-1

Add Tornado to list of supported libraries
This commit is contained in:
Kevin McCarthy
2015-07-15 10:31:51 -10:00

View File

@@ -50,6 +50,7 @@ The following http libraries are supported:
- requests (both 1.x and 2.x versions)
- httplib2
- boto
- Tornado's AsyncHTTPClient
Usage
-----