Lines Matching refs:https
30 const https = require('https');
55 const server = https.createServer(serverOptions);
62 assert.ok(s instanceof https.Server);
63 https.get({
71 const server = https.createServer(
83 const req = https.request({
95 const server = https.createServer(
107 https.get({
115 const server = https.createServer(
129 https.get({
142 const server = https.createServer(serverOptions, (req, res) => {
177 const server = https.createServer(serverOptions);
183 assert.ok(s instanceof https.Server);
216 const server = https.createServer(serverOptions, common.mustCall(
229 assert.ok(s instanceof https.Server);