Skip to content

Utilities for processing user-agent strings. Can be used to handle http requests in real-time or to analyze log files.

License

Notifications You must be signed in to change notification settings

xafero/user-agent-utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

user-agent-utils

Utilities for processing user-agent strings. Can be used to handle http requests in real-time or to analyze log files.

Original code by Harald Walker: http://www.bitwalker.eu/software/user-agent-utils

Highlights

  • Added support for computers running Firefox on BSD

Maven

Add dependency:

<dependency>
   <groupId>com.github.xafero</groupId>
   <artifactId>user-agent-utils</artifactId>
   <version>-SNAPSHOT</version>
</dependency>

<repositories>
   <repository>
     <id>jitpack.io</id>
     <url>https://jitpack.io</url>
   </repository>
</repositories>

Contributors

About

Utilities for processing user-agent strings. Can be used to handle http requests in real-time or to analyze log files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%