Packages

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

Current section

Files

Jump to
howdy include howdy@server_MatchRoute.hrl
Raw

include/howdy@server_MatchRoute.hrl

-record(match_route, {
path :: binary(),
method :: gleam@http:method(),
reply_channel :: gleam@otp@process:sender(howdy@server:request_type())
}).