Packages

Gleam bindings to gun, the HTTP/1.1, HTTP/2 and Websocket client

Current section

Files

Jump to
nerf src nerf.app.src
Raw

src/nerf.app.src

{application, nerf, [
{vsn, "0.3.0"},
{applications, [certifi,
gleam_erlang,
gleam_http,
gleam_stdlib,
gleeunit,
gun]},
{description, "Gleam bindings to gun, the HTTP/1.1, HTTP/2 and Websocket client"},
{modules, [nerf@gun,
nerf@websocket]},
{registered, []}
]}.