module UserAgentParser

Defined in:

user_agent_parser.cr
user_agent_parser/device.cr
user_agent_parser/operating_system.cr
user_agent_parser/parser.cr
user_agent_parser/user_agent.cr
user_agent_parser/version.cr

Constant Summary

DefaultPatternsPath = File.join(File.dirname("/srv/crystaldoc.info/github-hkdnet-uap-crystal-master/src/user_agent_parser.cr"), "../vendor/uap-core/regexes.yaml")

TODO load on compiling

VERSION = "0.1.0"

Class Method Summary

Class Method Detail

def self.parse(user_agent_string, pattern_path = "") #

[View source]