Home
last modified time | relevance | path

Searched refs:httpsServer (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/npm/node_modules/socks-proxy-agent/test/
Dtest.js17 var httpsServer, httpsPort;
51 httpsServer = https.createServer(options);
52 httpsServer.listen(function () {
53 httpsPort = httpsServer.address().port;
69 httpsServer.once('close', function () { done(); });
70 httpsServer.close();
119 httpsServer.once('request', function (req, res) {
/third_party/node/test/parallel/
Dtest-https-byteswritten.js38 const httpsServer = https.createServer(options, function(req, res) { constant
42 httpsServer.close();
49 httpsServer.listen(0, function() {
Dtest-https-hwm.js22 httpsServer.close();
30 const httpsServer = https.createServer({ constant
Dtest-https-host-headers.js14 const httpsServer = https.createServer({ constant
113 httpsServer.close();