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

oops, should probably point out that I haven't tested POST

This commit is contained in:
Kevin McCarthy
2012-06-30 15:14:30 -10:00
parent 2576878f2e
commit 9932de872d

View File

@@ -44,6 +44,7 @@ doesn't have nearly as many features.
##Known Issues
* Probably only works with urllib2. Hey, doesn't [requests](http://docs.python-requests.org/en/latest/index.html) use urllib2? Maybe that works too then.
* Loading urls that do a 301/302 redirect don't work
* I haven't tested POST/PUT/DELETE requests
##Similar libraries in Python
Neither of these really implement the API I want, but I have cribbed some code