Current section
Files
Jump to
Current section
Files
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()
}).