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