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

Output.setResponseCode

Output.setResponseCode($code) -> false

Description

Set the HTTP status code for the response.

// e.g. 404 Not Found
Output.setResponseCode(404)

See Also