accepted method

Response accepted()

Implementation

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