Current section
Files
Jump to
Current section
Files
src/howdy.app.src
{application, howdy, [
{vsn, "0.1.3"},
{applications, [gleam_erlang,
gleam_hackney,
gleam_http,
gleam_json,
gleam_otp,
gleam_stdlib,
gleeunit,
hackney,
howdy_uuid,
mimerl,
mist]},
{description, "A simple and easy to use API created on top of the (Mist)[https://hex.pm/packages/mist] web server"},
{modules, [howdy@context,
howdy@context@body,
howdy@context@header,
howdy@context@querystring,
howdy@context@url,
howdy@context@user,
howdy@filter,
howdy@mime,
howdy@response,
howdy@router,
howdy@server,
howdy@static_resource,
howdy@url_parser]},
{registered, []}
]}.