Http2ResponseContext constructor

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

Implementation

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