mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 17:15:35 +00:00
Update master
This commit is contained in:
@@ -44,8 +44,8 @@ doesn't have nearly as many features.
|
|||||||
##Known Issues
|
##Known Issues
|
||||||
* Probably only works with urllib2.
|
* Probably only works with urllib2.
|
||||||
* [requests](http://docs.python-requests.org/en/latest/index.html) kinda works as long as you just do HTTP GETS and don't get too fancy.
|
* [requests](http://docs.python-requests.org/en/latest/index.html) kinda works as long as you just do HTTP GETS and don't get too fancy.
|
||||||
* Loading a HTTPS url and then a HTTP url in the same cassette will cause the second load to use the data from the HTTPS version of the URL ( Issue #3 )
|
* Loading a HTTPS url and then a HTTP url in the same cassette will cause the second load to use the data from the HTTPS version of the URL: Issue #3
|
||||||
* Loading urls that do a 301/302 redirect don't work ( Issue #4 )
|
* Loading urls that do a 301/302 redirect don't work: Issue #4
|
||||||
* I haven't tested PUT/DELETE requests
|
* I haven't tested PUT/DELETE requests
|
||||||
|
|
||||||
##Similar libraries in Python
|
##Similar libraries in Python
|
||||||
|
|||||||
Reference in New Issue
Block a user