amber/tls_handshake_info
Types
pub type TlsHandshakeInfo {
TlsHandshakeInfo(alpn_protocol: option.Option(String))
}
Constructors
-
TlsHandshakeInfo(alpn_protocol: option.Option(String))Arguments
- alpn_protocol
-
Contains the ALPN protocol selected during negotiation with the server. If no ALPN protocol selected, returns
None.