scrapy.core.downloader.tls.ScrapyClientTLSOptions

Here are the examples of the python api scrapy.core.downloader.tls.ScrapyClientTLSOptions taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

0 Source : contextfactory.py
with MIT License
from autofelix

        def creatorForNetloc(self, hostname, port):
            return ScrapyClientTLSOptions(hostname.decode("ascii"), self.getContext())


    @implementer(IPolicyForHTTPS)