property Deno.TlsHandshakeInfo.alpnProtocol
Contains the ALPN protocol selected during negotiation with the server.
If no ALPN protocol selected, returns null
.
Type Jump to heading
string | null
Contains the ALPN protocol selected during negotiation with the server.
If no ALPN protocol selected, returns null
.
string | null