Current section

Files

Jump to
gleam_fetch src gleam_fetch.app.src
Raw

src/gleam_fetch.app.src

{application, gleam_fetch, [
{vsn, "0.1.0"},
{applications, [gleam_http,
gleam_javascript,
gleeunit]},
{description, "Make HTTP requests in Gleam JavaScript with Fetch"},
{modules, [gleam@fetch]},
{registered, []}
]}.