FlowDSL Node Catalog
HTTP GET
Convenience GET. Emits response body under outputKey.
Overview
| Property | Value |
|---|---|
| Node ID | http/get |
| Kind | transform |
| Module | http-flowdsl |
| Repo | go-module-http |
| Handler | github.com/redelay/go-module-http/flowdsl.Get |
| Icon | lucide:download |
| Color | #0284c7 |
| Tags | http, get |
Outputs
out— (no description)
Settings
| Property | Type | Required | Default | UI Group | Description |
|---|---|---|---|---|---|
headersPath | string | — | — | Request | |
outputKey | string | — | response | Output | |
urlLiteral | string | — | — | Request | |
urlPath | string | yes | — | Request |
Example
yaml
# Use this node in a flow:
nodes:
- id: my_step
name: My Step
kind: transform
action_ref: http/get
config:
headersPath: some.packet.path
outputKey: response
urlLiteral: "value"
urlPath: some.packet.path