HTTP Request
Calls a web API and exposes the typed response.
An action in the Network group.
Its type is action.http.
Declared ports
Section titled “Declared ports”| Port | Label | Flow | Type |
|---|---|---|---|
in |
in | execution in | — |
out |
out | execution out | — |
url |
URL | data in | String |
headers |
Headers | data in | String |
body |
Body | data in | String |
response |
response | data out | Object{statusCode: Int, body: String, headers: Map of String to String} |
Configuration
Section titled “Configuration”| Field | Key | Default | Notes |
|---|---|---|---|
| Method | method |
GET |
GET, POST, PUT, DELETE |
| URL | url |
https://example.com |
— |
| Headers | headers |
— | JSON, optional |
| Body | body |
— | — |