Part of elisa.plugins.http_client
Line # | Kind | Name | Docs |
---|---|---|---|
36 | Class | ElisaHttpClientProtocol | A client-side specialization of the HTTPClientProtocol . |
57 | Class | ElisaHttpClientFactory | A specialized HTTP client factory that automatically reconnects |
149 | Class | ElisaHttpClientNotOpenedError | Exception raised when trying to close a connection that is not opened. |
158 | Class | ElisaHttpClientNotPipeliningError | Exception raised when trying to queue a request for a client that does not |
168 | Class | ElisaHttpClient | twisted.web2 based HTTP client. |
474 | Class | ElisaAdvancedHttpClient | An ElisaHttpClient specialization that handles HTTP redirections. |