Packages

A library for storing cookies in a jar and sending them with HTTP requests.

Current section

Files

Jump to
biscotto src biscotto.app.src
Raw

src/biscotto.app.src

{application, biscotto, [
{vsn, "1.0.0"},
{applications, [gleam_http,
gleam_stdlib,
gleeunit]},
{description, "A library for storing cookies in a jar and sending them with HTTP requests."},
{modules, [biscotto]},
{registered, []}
]}.