Current section
Files
Jump to
Current section
Files
include/gleatter@route_Route.hrl
-record(route, {
method :: gleam@http:method(),
path :: gleatter@path:route_path(any()),
'query' :: gleatter@query:route_query(any()),
req_body :: gleatter@body:route_body(any()),
res_body :: gleatter@body:route_body(any())
}).