Current section
Files
Jump to
Current section
Files
src/gleam_httpc.app.src
{application, gleam_httpc, [
{vsn, "2.1.2"},
{applications, [gleam_erlang,
gleam_http,
gleam_stdlib,
gleeunit,
inets,
ssl]},
{description, "Gleam bindings to Erlang's built in HTTP client, httpc"},
{modules, [gleam@httpc]},
{registered, []}
]}.