lhttpc GitHub Actions CI

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).