8000 GitHub - g-andrade/lhttpc: lhttpc is a lightweight HTTP/1.1 client implemented in Erlang.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

g-andrade/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.5%
  • Makefile 0.5%
0