FlowDSL Node Catalog

HTTP GET

Convenience GET. Emits response body under outputKey.

Overview

PropertyValue
Node IDhttp/get
Kindtransform
Modulehttp-flowdsl
Repogo-module-http
Handlergithub.com/redelay/go-module-http/flowdsl.Get
Iconlucide:download
Color#0284c7
Tagshttp, get

Outputs

  • out — (no description)

Settings

PropertyTypeRequiredDefaultUI GroupDescription
headersPathstring——Request
outputKeystring—responseOutput
urlLiteralstring——Request
urlPathstringyes—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