Constant USER_AGENT_OS_NAME

pub const USER_AGENT_OS_NAME: &'static str;
Expand description

Human readable operating system name.

§Notes

For mapping user agent strings to OS names, libraries such as ua-parser can be utilized.

§Examples

  • "iOS"
  • "Android"
  • "Ubuntu"