Current section
Files
Jump to
Current section
Files
src/gleam_httpc.app.src
{application,gleam_httpc,
[{description,"Gleam bindings to Erlang's built in HTTP client, httpc"},
{vsn,"1.0.2"},
{registered,[]},
{applications,[kernel,stdlib,ssl,inets]},
{env,[]},
{modules,[]},
{licenses,["Apache 2.0"]},
{links,[{"GitHub","https://github.com/gleam-lang/httpc"}]}]}.