package
1.0.3
Repository: https://github.com/optimatiq/threatbite.git
Documentation: pkg.go.dev

# Functions

GetUserAgent returns information about the browser/operating system and device based on user agent header value.
IsBotUserAgent return if UserAgent is a bot.
IsMobileUserAgent Checks if User-Agent is from mobile device.
IsScriptUserAgent check if UserAgent comes from script.

# Constants

BrowserNames for comparison.
BrowserNames for comparison.
BrowserNames for comparison.
BrowserNames for comparison.
BrowserNames for comparison.
BrowserNames for comparison.
BrowserNames for comparison.
BrowserNames for comparison.
BrowserNames for comparison.
BrowserNames for comparison.
BrowserNames for comparison.
BrowserNames for comparison.
BrowserNames for comparison.
BrowserNames for comparison.
BrowserNames for comparison.

# Structs

Browser information about browser name and version taken from user agent header.
OS information about operating system taken from user agent header.
UserAgent hold specific data for current uer agent.