Current section
Files
Jump to
Current section
Files
include/gleam@http@request_Request.hrl
-record(request, {
method :: gleam@http:method(),
headers :: list({binary(), binary()}),
body :: any(),
scheme :: gleam@http:scheme(),
host :: binary(),
port :: gleam@option:option(integer()),
path :: binary(),
'query' :: gleam@option:option(binary())
}).