HttpClientResponse constructor
HttpClientResponse({})
Implementation
HttpClientResponse({
required this.statusCode,
required this.headers,
required this.bodyBytes,
this.elapsedMs = 0,
});
HttpClientResponse({
required this.statusCode,
required this.headers,
required this.bodyBytes,
this.elapsedMs = 0,
});