HttpResponseContext constructor
HttpResponseContext(
- HttpResponse rawResponse,
- Angel? app, [
- HttpRequestContext? _correspondingRequest
Implementation
HttpResponseContext(
this.rawResponse,
Angel? app, [
this._correspondingRequest,
]) {
this.app = app;
}