web_response->abort

Stops response processing.

Target method

Signature

1web_response->abort()

Stops response processing.

web_response->abort is part of this LaiRu reference group. web_response->abort belongs at the request or response boundary. Treat visitor input as untrusted, validate before use, and encode values before writing them into HTML.

Examples

Basic call

1web_response->abort
The example belongs near a request or response boundary; validate visitor input before trusting it.