Packages

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

Current section

Files

Jump to
howdy include howdy@context_Context.hrl
Raw

include/howdy@context_Context.hrl

-record(context, {
url :: list(howdy@url_parser:url_segment()),
request :: gleam@http@request:request(bitstring()),
user :: gleam@option:option(howdy@context@user:user())
}).