forbidden method

Response forbidden()

Implementation

Response forbidden() {
  _status.forbidden();
  return this;
}