status method

Response status(
  1. int code
)

Sets the HTTP status for the response.

Implementation

external Response status(int code);