Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 378 Bytes

File metadata and controls

14 lines (9 loc) · 378 Bytes

HttpRequest

Represents a single Http Request.

Properties

Name Type Tag Description
http_method HttpMethodEnum The HTTP method of the request.
query_url String The endpoint URL for the API request.
headers Hash Optional Request headers.
parameters Hash Optional Request body.