Searched defs:Http2Stream (Results 1 – 10 of 10) sorted by relevance
1045 #### `Http2Stream` Lifecycle1090 #### Event: `'aborted'`1103 #### Event: `'close'`1116 #### Event: `'error'`1127 #### Event: `'frameError'`1144 #### Event: `'ready'`1154 #### Event: `'timeout'`1165 #### Event: `'trailers'`1188 #### Event: `'wantTrailers'`1199 #### `http2stream.aborted`[all …]
14 Http2Stream.prototype.respond = () => 1; class
43 Http2Stream.prototype.info = () => currentError.ngError; class
44 Http2Stream.prototype.respond = () => currentError.ngError; class
51 Http2Stream.prototype.respond = () => currentError.ngError; class
68 Http2Stream.prototype.pushPromise = () => currentError.ngError; class
151 'Http2Stream': 'http2.html#class-http2stream', property
1955 class Http2Stream extends Duplex { class3417 Http2Stream, property
166 class Http2Stream; variable
2020 Http2Stream::Http2Stream(Http2Session* session, in Http2Stream() function in node::http2::Http2Stream