Current section

Files

Jump to
finch_gleam src finch_gleam.app.src
Raw

src/finch_gleam.app.src

{application, finch_gleam, [
{vsn, "5.0.0"},
{applications, [finch,
gleam_erlang,
gleam_http,
gleam_stdlib,
gleeunit,
mist]},
{description, "Gleam wrapper for the Finch HTTP client"},
{modules, [finch,
finch@headers,
finch@otp,
finch@stream,
finch@timeout]},
{registered, []}
]}.