Constant USER_AGENT_OS_NAME
Source pub const USER_AGENT_OS_NAME: &str = "user_agent.os.name";
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