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