HttpResponseContext constructor

HttpResponseContext(
  1. HttpResponse rawResponse,
  2. Angel? app, [
  3. HttpRequestContext? _correspondingRequest
])

Implementation

HttpResponseContext(
  this.rawResponse,
  Angel? app, [
  this._correspondingRequest,
]) {
  this.app = app;
}