1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00
Files
vcrpy/vcr
Kevin McCarthy e84cd6f059 Major Refactor of Stubs
So the stubs were getting out of hand, and while trying to add support for the
putrequest and putheader methods, I had an idea for a cleaner way to handle
the stubs using the VCRHTTPConnection more as a proxy object.  So
VCRHTTPConnection and VCRHTTPSConnection no longer inherit from HTTPConnection
and HTTPSConnection.  This allowed me to get rid of quite a bit of
copy-and-pasted stdlib code.
2014-03-08 19:22:58 -10:00
..
2013-12-01 14:38:46 -10:00
2013-08-23 20:35:43 -10:00
2014-03-08 19:22:58 -10:00
2014-01-11 09:28:45 -10:00
2013-12-19 19:43:32 -10:00
2014-03-08 19:22:58 -10:00
2013-08-23 20:35:43 -10:00
2014-03-08 19:22:58 -10:00