1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +00:00

Update master

This commit is contained in:
Kevin McCarthy
2012-06-24 16:49:23 -10:00
parent 686cd72a72
commit 602e0b2aa8

View File

@@ -44,6 +44,7 @@ doesn't have nearly as many features.
##Known Issues
* Only works with the first HTTP request made in each use_cassette block. That's because I haven't gotten around to implementing multiple requests yet.
* Probably only works with urllib2. Hey, doesn't `requests` use urllib2? Maybe that works too then.
* No HTTPS support (yet)
##Similar libraries in Python
Neither of these really implement the API I want, but I have cribbed some code