Current section
Files
Jump to
Current section
Files
src/howdy.app.src
{application, howdy, [
{vsn, "0.1.1"},
{applications, [cowboy,
gleam_cowboy,
gleam_erlang,
gleam_http,
gleam_json,
gleam_otp,
gleam_stdlib,
gleeunit,
howdy_uuid,
mimerl]},
{description, "A simple webservice designed with an intuative API to try and take away a lot of the boilerplate in using a web server with Gleam"},
{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, []}
]}.