class BrowserLikePolicyForHTTPS: (source)
Implements interfaces: twisted.web.iweb.IPolicyForHTTPS
| Method | __init__ |
Undocumented |
| Method | creatorForNetloc |
Create a client connection creator for a given network location. |
| Instance Variable | _trustRoot |
Undocumented |
client connection creator for a given network location.| Parameters | |
hostname:bytes | The hostname part of the URI. |
port:int | The port part of the URI. |
| Returns | |
client connection creator | a connection creator with appropriate verification restrictions set |