Packages

Code First GraphQL library for Gleam

Current section

Files

Jump to
mochi include mochi@context_RequestInfo.hrl
Raw

include/mochi@context_RequestInfo.hrl

-record(request_info, {
headers :: gleam@dict:dict(binary(), binary()),
method :: binary(),
path :: binary()
}).