//////////////////////////////////////////////////////////////////////////////// /// @startDocuBlock JSF_foxx_BaseMiddleware_response_status /// /// `response.status(code)` /// /// Set the status *code* of your response, for example: /// /// @EXAMPLES /// /// ``` /// response.status(404); /// ``` /// @endDocuBlock ////////////////////////////////////////////////////////////////////////////////