Current section
Files
Jump to
Current section
Files
src/finch_gleam.app.src
{application, finch_gleam, [
{vsn, "7.0.0"},
{applications, [finch,
gleam_erlang,
gleam_http,
gleam_stdlib]},
{description, "Gleam wrapper for the Finch HTTP client"},
{modules, ['Elixir.FinchGleam.Timeout',
finch,
finch@headers,
finch@otp,
finch@stream,
finch@timeout,
finch_gleam@@main]},
{registered, []}
]}.