Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 362 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 362 Bytes

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