Packages

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

Current section

Files

Jump to
gleam_gun src gleam_gun.app.src
Raw

src/gleam_gun.app.src

{application, gleam_gun, [
{vsn, "0.5.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, [gleam_gun@gun,
gleam_gun@websocket]},
{registered, []}
]}.