ResponseHTTPHandler¶
- class pytest_response.interceptors._urllib.ResponseHTTPHandler(debuglevel=0)[source]¶
Bases:
urllib.request.HTTPHandlerOverride the default HTTPHandler class with one that uses the ResponseHTTPConnection class to open HTTP URLs.
Methods Summary
http_open(req)Methods Documentation