Current section
Files
Jump to
Current section
Files
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, []}
]}.