Getting started Community Training Tutorials Documentation APIs, AI & Tools
<http:listener-config name="HTTP_Listener_config">
<http:listener-connection host="localhost" port="1234"/>
</http:listener-config>
<flow name="http-example-flow">
<http:listener path="/" config-ref="HTTP_Listener_config"/>
<set-payload value="#['Hello World!']" mimeType="text/plain"/>
</flow>



