Searched defs:createServer (Results 1 – 12 of 12) sorted by relevance
| /third_party/node/test/parallel/ |
| D | test-http-default-port.js | 38 for (const { mod, createServer } of [ field 39 { mod: http, createServer: http.createServer }, property 40 { mod: https, createServer: https.createServer.bind(null, options) }, property
|
| D | test-tls-ticket.js | 40 function createServer() { function
|
| D | test-http-agent-scheduling.js | 7 function createServer(count) { function
|
| D | test-https-agent-create-connection.js | 38 function createServer() { function
|
| /third_party/node/lib/ |
| D | http.js | 62 function createServer(opts, requestListener) { function 126 createServer, property
|
| D | https.js | 119 function createServer(opts, requestListener) { function 409 createServer, property
|
| D | http2.js | 19 createServer, property
|
| D | _tls_wrap.js | 1369 exports.createServer = function createServer(options, listener) { function
|
| D | net.js | 217 function createServer(options, connectionListener) { function 2331 createServer, property
|
| /third_party/node/test/es-module/ |
| D | test-http-imports.mjs | 50 for (const { protocol, createServer } of [ field 51 { protocol: 'http:', createServer: createHTTPServer }, property 52 { protocol: 'https:', createServer: createHTTPSServer }, property
|
| /third_party/skia/third_party/externals/swiftshader/src/Main/ |
| D | SwiftConfig.cpp | 69 void SwiftConfig::createServer() in createServer() function in sw::SwiftConfig
|
| /third_party/node/lib/internal/http2/ |
| D | core.js | 3330 function createServer(options, handler) { function 3410 createServer, property
|