BuildDocsReferenceGuidesBlogDiscordnode:http2SecureServerSessionOptionsSNICallbackBuildDocsReferenceGuidesBlogDiscordnode:http2SecureServerSessionOptionsSNICallbackhttp2.SecureServerSessionOptions.SNICallbackSNICallbackErrorSecureContextReferenceDocsGuidesDiscordMerch StoreGitHubBlogRuntimePackage managerTest runnerBundlerPackage runnerBun 1.0Bun 1.1Bun 1.2Bun 1.3RoadmapContributingLicenseWe're hiring →
property SNICallback | Node.js http2 module | Bun,AI智能索引,全网链接索引,智能导航,网页索引
- SNICallback(servername, cb) <Function> A function that will be
called if the client supports SNI TLS extension. Two arguments
will be passed when called: servername and cb. SNICallback should
invoke cb(null, ctx), where ctx is a SecureContext instance.
(tls.createSecureContext(...) can be used to get a proper
SecureContext.) If SNICallback wasn