1
0
Fork 0
arangodb/Documentation/DocuBlocks/foxx_BaseMiddleware_respons...

124 B

response.status(code)

Set the status code of your response, for example:

@EXAMPLES

response.status(404);