Part of elisa.plugins.http_client.extern
Line # | Kind | Name | Docs |
---|---|---|---|
26 | Class | ProtocolError | Exception raised when a HTTP error happened. |
33 | Class | ClientRequest | A class for describing an HTTP request to be sent to the server. |
73 | Class | HTTPClientChannelRequest | No class docstring; 5/14 methods documented |
229 | Class | EmptyHTTPClientManager | A dummy HTTPClientManager. It doesn't do any client management, and is |
251 | Class | HTTPClientProtocol | A HTTP 1.1 Client with request pipelining support. |