View Source Tulle.HTTP1.Client (tulle v0.7.1)
HTTP1 Client. Used with Tulle.HTTP
.
Keeps the HTTP connection open
Tries to reconnect when the connection is lost,
exits if it can't reconnect with {:cant_connect, reason}
Summary
Functions
Returns a specification to start this module under a supervisor.
Types
@type http1_client() :: GenServer.server()
Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.