From 16e22804bfd50fc4b9345bcfed0cae08f6b9a7a1 Mon Sep 17 00:00:00 2001 From: John Spurlock Date: Wed, 8 Nov 2023 13:21:59 -0600 Subject: [PATCH] New AHC bot ua based on found bot-like traffic and project info. --- src/libraries.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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/",