Home | History | Annotate | Download | only in urllib

Lines Matching refs:https_handler

213         https_handler = HTTPSHandler(context=context)
214 opener = build_opener(https_handler)
216 https_handler = HTTPSHandler(context=context)
217 opener = build_opener(https_handler)