Syntax
response:
- <flow>response: - <flow>
Sample
<api port="2000" method="POST">
<response>
<static>POST is blocked!</static>
</response>
<return statusCode="405"/>
</api>
<api port="2000" method="POST">
<response>
<static>POST is blocked!</static>
</response>
<return statusCode="405"/>
</api>
Child Structure
| Element | Cardinality | Description |
|---|---|---|
| flow | 0..* | Sets the flow of plugins that will be executed. |