Packages

Render wisp HTTP responses into a human-readable representation

Current section

Files

Jump to
wispie src wispie.app.src
Raw

src/wispie.app.src

{application, wispie, [
{vsn, "0.1.1"},
{applications, [contenty,
glam,
gleam_http,
gleam_stdlib,
simplejson,
wisp]},
{description, "Render wisp HTTP responses into a human-readable representation"},
{modules, [wispie,
wispie@@main,
wispie@internal@pretty_print,
wispie@internal@string_tree_util]},
{registered, []}
]}.