Packages

A simple and easy to use API created on top of the Mist web server

Current section

Files

Jump to
howdy src howdy.app.src
Raw

src/howdy.app.src

{application, howdy, [
{vsn, "0.1.4"},
{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 web server"},
{modules, [howdy,
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, []}
]}.