API Reference lhttpc v4.3.2
Modules
Connection manager for the HTTP client. This gen_server is responsible for keeping track of persistent connections to HTTP servers. The only interesting API is
connection_count/0
and connection_count/1
. The gen_server is supposed to be started by a supervisor, which is normally lhttpc_sup
.