Example Configuration
api:
port: 2000
flow:
- response:
- static:
src: Hello!
- return: {}
api:
port: 2000
flow:
- response:
- static:
src: Hello!
- return: {}
Syntax
response:
- <flow>response: - <flow>
Child Structure
| Element | Cardinality | Description |
|---|---|---|
| flow | 0..* | Sets the flow of plugins that will be executed. |