Part of twisted.web2.client View Source
| Class | ProtocolError | Exception raised when a HTTP error happened. |
| Class | ClientRequest | A class for describing an HTTP request to be sent to the server. |
| Class | HTTPClientChannelRequest | No class docstring; 4/14 methods documented |
| Class | EmptyHTTPClientManager | A dummy HTTPClientManager. It doesn't do any client management, and is meant to be used only when creating an HTTPClientProtocol directly. |
| Class | HTTPClientProtocol | A HTTP 1.1 Client with request pipelining support. |