pub fn expected_tls_profile_from_user_agent(
user_agent: &str,
) -> Option<&'static TlsProfile>Expand description
Returns the TlsProfile for the given user-agent string, if known.
pub fn expected_tls_profile_from_user_agent(
user_agent: &str,
) -> Option<&'static TlsProfile>Returns the TlsProfile for the given user-agent string, if known.