created method

Response created()

Implementation

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