Packages

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

Current section

Files

Jump to
howdy include howdy@router_Custom.hrl
Raw

include/howdy@router_Custom.hrl

-record(custom, {
method :: binary(),
route :: binary(),
func :: fun((howdy@context:context(any())) -> gleam@http@response:response(gleam@bit_builder:bit_builder()))
}).