Skip to content
forked from g-andrade/lhttpc

lhttpc is a lightweight HTTP/1.1 client implemented in Erlang.

License

Notifications You must be signed in to change notification settings

miniclip/lhttpc

 
 

Repository files navigation

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

About

lhttpc is a lightweight HTTP/1.1 client implemented in Erlang.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Erlang 99.4%
  • Makefile 0.6%