betamaxpy / betamax

A VCR imitation designed only for python-requests.
https://betamax.readthedocs.io/en/latest/
Other
567 stars 62 forks source link

Use Session's Adapters Instead of New HTTPAdapter #22

Closed sigmavirus24 closed 10 years ago

sigmavirus24 commented 10 years ago

If there's any customizations then we need to be able to use those. Specifically, if they're using something like the SSLAdapter then we should make the requests with that instead of a new HTTPAdapter we keep to ourselves.