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_Patch.hrl
Raw

include/howdy@router_Patch.hrl

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