HttpResponse constructor

const HttpResponse(
  1. int status,
  2. Headers header,
  3. Stream<Uint8List> body,
  4. Headers trailer,
)

Implementation

const HttpResponse(this.status, this.header, this.body, this.trailer);