Http2ResponseContext constructor
Http2ResponseContext(
- Angel? app,
- ServerTransportStream stream,
- Http2RequestContext? _req
Implementation
Http2ResponseContext(this.app, this.stream, this._req) {
_targetUri = _req!.uri;
}