ok method

Response ok()

Sets common success status codes

Implementation

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