Back

renderNothing()

Name Type Required Default Description
status string No [runtime expression] Force request to return with specific HTTP status code.
// Render a blank white page to the client
renderNothing();
Copied!