Skip to main content

alpnProtocol

property Deno.TlsHandshakeInfo.alpnProtocol

Contains the ALPN protocol selected during negotiation with the server. If no ALPN protocol selected, returns null.

string | null
Back to top