Skip to content

Commit 340f3ac

Browse files
committed
Merge branch 'master' of github.com:blueconic/browscap-java
2 parents 87bc123 + 2fa3a1a commit 340f3ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
A blazingly fast and memory efficient Java client on top of the BrowsCap CSV source files.
33
The BrowsCap version currently shipped is: 6023.
44

5+
## Description
6+
This library can be used to parse useragent headers in order to extract information about the used browser, browser version, platform, platform version and device type. Very useful to determine if the client is a desktop, tablet or mobile device or to determine if the client is on Windows or Mac OS (just to name a few examples).
7+
58
## Notes
69
* Although this library is very fast, implementing a cache is advisable. Since cache strategies differ per usecase, this library doesn't ship with one out of the box.
710
* The followings BrowsCap fields are available:

0 commit comments

Comments
 (0)