Home
last modified time | relevance | path

Searched defs:Http2Stream (Results 1 – 10 of 10) sorted by relevance

/third_party/node/doc/api/
Dhttp2.md1045 #### `Http2Stream` Lifecycle
1090 #### 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 …]
/third_party/node/test/parallel/
Dtest-http2-respond-errors.js14 Http2Stream.prototype.respond = () => 1; class
Dtest-http2-info-headers-errors.js43 Http2Stream.prototype.info = () => currentError.ngError; class
Dtest-http2-respond-nghttperrors.js44 Http2Stream.prototype.respond = () => currentError.ngError; class
Dtest-http2-respond-with-fd-errors.js51 Http2Stream.prototype.respond = () => currentError.ngError; class
Dtest-http2-server-push-stream-errors.js68 Http2Stream.prototype.pushPromise = () => currentError.ngError; class
/third_party/node/tools/doc/
Dtype-parser.mjs151 'Http2Stream': 'http2.html#class-http2stream', property
/third_party/node/lib/internal/http2/
Dcore.js1955 class Http2Stream extends Duplex { class
3417 Http2Stream, property
/third_party/node/src/
Dnode_http2.h166 class Http2Stream; variable
Dnode_http2.cc2020 Http2Stream::Http2Stream(Http2Session* session, in Http2Stream() function in node::http2::Http2Stream