ResponseHTTPSHandler

class pytest_response.interceptors._urllib.ResponseHTTPSHandler(debuglevel=0, context=None, check_hostname=None)[source]

Bases: HTTPSHandler

Override the default HTTPSHandler class with one that uses the ResponseHTTPSConnection class to open HTTP URLs.

Methods Summary

https_open(req)

Methods Documentation

https_open(req)[source]