Lines Matching refs:http2
14 const http2 = require('http2');
24 const serverTLS = http2.createSecureServer(options, () => {});
30 const server = http2.createServer(options, common.mustNotCall());
39 const server = http2.createServer();
52 // Test that `http2.createServer()` supports `net.Server` options.
54 const server = http2.createServer({ allowHalfOpen: true });
74 const server = http2.createSecureServer(options);
91 // Test that `http2.createSecureServer()` supports `net.Server` options.
93 const server = http2.createSecureServer({