mirror of https://gitee.com/bigwinds/arangodb
396 B
396 B
////////////////////////////////////////////////////////////////////////////////
/// @startDocuBlock JSF_foxx_BaseMiddleware_response_status
///
/// response.status(code)
///
/// Set the status code of your response, for example:
///
/// @EXAMPLES
///
/// /// response.status(404); ///
/// @endDocuBlock
////////////////////////////////////////////////////////////////////////////////