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