interface Deno.TlsHandshakeInfo
Information about a completed TLS handshake.
Properties #
#alpnProtocol: string | null Contains the ALPN protocol selected during negotiation with the server.
If no ALPN protocol selected, returns null.
Information about a completed TLS handshake.
#alpnProtocol: string | null Contains the ALPN protocol selected during negotiation with the server.
If no ALPN protocol selected, returns null.