lhttpc 
lhttpc is a lightweight HTTP client.
Usage
URL = "https://www.google.com",
Method = get,
Hdrs = [],
Timeout = 5000, % in milliseconds
lhttpc:request(URL, Method, Hdrs, Timeout).
lhttpc is a lightweight HTTP client.
URL = "https://www.google.com",
Method = get,
Hdrs = [],
Timeout = 5000, % in milliseconds
lhttpc:request(URL, Method, Hdrs, Timeout).