Home
last modified time | relevance | path

Searched refs:ClientHttp2Stream (Results 1 – 3 of 3) sorted by relevance

/third_party/node/tools/doc/
Dtype-parser.mjs142 'ClientHttp2Stream': 'http2.html#class-clienthttp2stream', property
/third_party/node/lib/internal/http2/
Dcore.js378 stream = new ClientHttp2Stream(session, handle, id, {});
1793 const stream = new ClientHttp2Stream(this, undefined, undefined, {});
2967 class ClientHttp2Stream extends Http2Stream { class
/third_party/node/doc/api/
Dhttp2.md954 * Returns: {ClientHttp2Stream}
1027 [`ClientHttp2Stream`][] classes, each of which is used specifically by either
1055 On the client side, instances of [`ClientHttp2Stream`][] are created when the
1453 ### Class: `ClientHttp2Stream`
1461 The `ClientHttp2Stream` class is an extension of `Http2Stream` that is
4180 [`ClientHttp2Stream`]: #class-clienthttp2stream