woothee

Undocumented in source.

Members

Enums

Category
enum Category

Detected user agent general category

ClientType
enum ClientType

Detected user agent client type

Functions

isCrawler
bool isCrawler(string agent)

Quick check for user agents representing crawlers

parse
WootheeResult parse(string agent)

Parses a user agent string using Woothee

Structs

WootheeResult
struct WootheeResult

The result of parsing a user agent with Woothee

Meta