Current section
Files
Jump to
Current section
Files
include/gleatter@lustre_RouteRequest.hrl
-record(route_request, {
route :: gleatter@route:route(any(), any(), any(), any()),
scheme :: gleam@http:scheme(),
host :: binary(),
port :: integer(),
path_opt :: gleam@option:option(any()),
query_opt :: gleam@option:option(any()),
body_opt :: gleam@option:option(any())
}).