status method

HttpResponse status(
  1. int value
)

Implementation

HttpResponse status(int value) {
  statusCode = value;
  return this;
}