This is the Lua implementation of ua-parser for OpenResty / ngx_lua. The implementation uses the shared regex patterns and overrides from regexes.yaml, but in JSON format due to the lack of lightweight YAML parsers.
Lua port of Browserscope's user agent parser for OpenResty / ngx_lua
Repository from Github https://github.com0xShamil/lua-resty-ua-parser
This is the Lua implementation of ua-parser for OpenResty / ngx_lua. The implementation uses the shared regex patterns and overrides from regexes.yaml, but in JSON format due to the lack of lightweight YAML parsers.
Lua port of Browserscope's user agent parser for OpenResty / ngx_lua