Module user_agent

Module user_agent 

Source
Expand description

User agent module.

The user agent is the representation of the browser, in UAP lingo the user agent is composed of a family (the browser project) and a version of up to 4 segments.

Structsยง

Builder
Extractor builder, used to push parsers into before building the extractor.
Extractor
User Agent extractor.
Parser
Individual user agent parser description. Plain data which can be deserialized from serde-compatible storage, or created literally (e.g. using a conversion or build script).
Value
Owned extracted value, identical to ValueRef but not linked to either the UA string or the extractor.
ValueRef
Borrowed extracted value, borrows the content of the original parser or the content of the user agent string, unless a replacement is performed. (which is only possible for the )