Current section
Files
Jump to
Current section
Files
src/finch_gleam.app.src
{application, finch_gleam, [
{vsn, "4.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, []}
]}.