Skip to main content

include/aws@internal@http_request_HttpRequest.hrl

-record(http_request, {
    method :: binary(),
    path :: binary(),
    'query' :: binary(),
    headers :: list(aws@internal@http_request:header()),
    body :: bitstring()
}).