API Reference lhttpc v4.3.2

Modules

Main interface to the lightweight http client. See request/4, request/5 and request/6 functions.
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.