diff --git a/src/libraries.json b/src/libraries.json index b4734af..e9211c3 100644 --- a/src/libraries.json +++ b/src/libraries.json @@ -58,6 +58,21 @@ "Armadillo/12.19 (Linux;Android 11) ExoPlayerLib/2.17.1" ] }, + { + "name": "Async Http Client (java)", + "description": "The AsyncHttpClient (AHC) library allows Java applications to easily execute HTTP requests and asynchronously process HTTP responses.", + "pattern": "^AHC/\\d+\\.\\d+", + "examples": [ + "AHC/2.1", + "AHC/2.0" + ], + "urls": [ + "https://github.com/AsyncHttpClient/async-http-client", + "https://twitter.com/AsyncHttpClient" + ], + "comments": "Android compat is not supported (https://github.com/AsyncHttpClient/async-http-client/issues?q=is%3Aissue+android), UAs found in https://github.com/AsyncHttpClient/async-http-client/blame/25e12bfd03f6375a91ca264a32588fbba7ab900c/client/src/main/resources/org/asynchttpclient/config/ahc-default.properties#L15", + "category": "bot" + }, { "name": "Axios (Node)", "pattern": "^axios/",