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

meh I guess HTTPS works

This commit is contained in:
Kevin McCarthy
2012-06-29 21:52:24 -10:00
parent 602e0b2aa8
commit 44af536510
2 changed files with 30 additions and 5 deletions

View File

@@ -42,9 +42,8 @@ Ruby's VCR are not compatible with VCR.py. The API is similar but VCR.py
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.
* 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. This means anything that does a 301 / 302 won't work.
* 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