Http2ResponseContext constructor

Http2ResponseContext(
  1. Angel? app,
  2. ServerTransportStream stream,
  3. Http2RequestContext? _req
)

Implementation

Http2ResponseContext(this.app, this.stream, this._req) {
  _targetUri = _req!.uri;
}