Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 605 Bytes

http-request.md

File metadata and controls

16 lines (11 loc) · 605 Bytes

HttpRequest

Represents a single Http Request.

Parameters

Name Type Tag Description
http_method HttpMethodEnum The HTTP method of the request.
query_url str The endpoint URL for the API request.
headers dict optional Request headers.
query_parameters dict optional Query parameters to add in the URL.
parameters dict | str optional Request body, either as a serialized string or else a list of parameters to form encode.
files dict optional Files to be sent with the request.