Part of twisted.web.client View Source View In Hierarchy
| Instance Variables | _factory | The factory used to connect to the proxy. |
| _proxyEndpoint | The endpoint used to connect to the proxy, passing the factory. | |
| Present Since | 11.1 | |
| Method | __init__ | Undocumented |
| Method | request | Issue a new request via the configured proxy. |
| Method | _connect | Ignore the connection to the expected host, and connect to the proxy instead. |
Inherited from _AgentMixin:
| Method | _connectAndRequest | Internal helper to make the request. |
| Method | _computeHostValue | Compute the string to use for the value of the Host header, based on the given scheme, host name, and port number. |