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

add license

This commit is contained in:
Kevin McCarthy
2012-06-30 15:56:13 -10:00
parent 7e228ef467
commit a3da551f47
2 changed files with 11 additions and 1 deletions

View File

@@ -44,10 +44,13 @@ 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
* I haven't tested PUT/DELETE requests
##Similar libraries in Python
Neither of these really implement the API I want, but I have cribbed some code
from them.
* https://github.com/bbangert/Dalton
* https://github.com/storborg/replaylib
#License
This library uses the MIT license