Response Actions

This type of action may cause the HTTP request to return immediately.

This type of action may cause the HTTP request to return immediately.


Capture HTTP Response Body

When you need to see the content of the HTTP response body while troubleshooting a problem, you can output the response body to the access log.

Output response body

This action can be used to customize static pages to respond directly to clients, thus avoiding visits upstream.

Redirect

Redirect is a common function that resembles the rewrite directive in NGINX, but is simpler and easier to understand. It is the Page Rules.

Exit the current request and return status code

This action is usually used in conjunction with a condition, such as to exit the request and return a 404 status code as soon as the request matches.

Close Connection

The close connection action is used to immediately terminate client connections without returning any response content.