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