ResponseHTTPHandler

class pytest_response.interceptors._urllib.ResponseHTTPHandler(debuglevel=0)[source]

Bases: HTTPHandler

Override the default HTTPHandler class with one that uses the ResponseHTTPConnection class to open HTTP URLs.

Methods Summary

http_open(req)

Methods Documentation

http_open(req)[source]