HttpResponseContext constructor

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

Implementation

HttpResponseContext(this.rawResponse, this.app, [this._correspondingRequest]);