Current section

Files

Jump to
dream_http_client include dream_http_client@client_ClientRequest.hrl
Raw

include/dream_http_client@client_ClientRequest.hrl

-record(client_request, {
method :: gleam@http:method(),
scheme :: gleam@http:scheme(),
host :: binary(),
port :: gleam@option:option(integer()),
path :: binary(),
'query' :: gleam@option:option(binary()),
headers :: list({binary(), binary()}),
body :: binary(),
timeout :: gleam@option:option(integer()),
recorder :: gleam@option:option(dream_http_client@recorder:recorder())
}).