HttpResponse constructor

HttpResponse(
  1. Uri requestUrl,
  2. int statusCode,
  3. Map<String, List<String>> headers,
  4. Stream<List<int>> bodyData,
)

Implementation

HttpResponse(this.requestUrl, this.statusCode, this.headers, this.bodyData);