echo Action
Last updated
Was this helpful?
Last updated
Was this helpful?
Sends its text content as response body and terminates the request.
The intended use is error handling or debugging.
The mime
attribute defines the response Content-Type
. Default: text/plain
The status
attribute defines the HTTP response status code. This is a shortcut for a .
The action body contains static text. If you need dynamic processing, use a (and ) instead.