Output.setResponseCode
Output.setResponseCode($code) -> null
Description
Set the HTTP status code for the response.
// Ex: 404 Not Found Output.setResponseCode(404)
Set the HTTP status code for the response.
// Ex: 404 Not Found Output.setResponseCode(404)