Current section

Files

Jump to
gleam_httpc src gleam_httpc.app.src
Raw

src/gleam_httpc.app.src

{application, gleam_httpc, [
{vsn, "2.3.0"},
{applications, [gleam_http,
gleam_stdlib,
gleeunit,
inets,
ssl]},
{description, "Gleam bindings to Erlang's built in HTTP client, httpc"},
{modules, [gleam@httpc]},
{registered, []}
]}.