Version: v0.8.1 - Beta.  We welcome contributors & feedback.

Output.setResponseCode

Output.setResponseCode($code) -> null

Description

Set the HTTP status code for the response.

// Ex: 404 Not Found
Output.setResponseCode(404)

See Also