Deno.TlsHandshakeInfointerface TlsHandshakeInfo {alpnProtocol: string | null;}§Properties§alpnProtocol: string | null[src]UNSTABLE: new API, yet to be vetted. Contains the ALPN protocol selected during negotiation with the server. If no ALPN protocol selected, returns null.