Packages

Interface for Lustre to use Gleatter's typed routes

Current section

Files

Jump to
gleatter_lustre include gleatter@lustre_RouteRequest.hrl
Raw

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())
}).