From 25d785fc51167132521294e9a73590a0d1293e74 Mon Sep 17 00:00:00 2001 From: Konrad `ktoso` Malawski Date: Wed, 8 Oct 2025 22:58:16 +0900 Subject: [PATCH] add httpclient to built-in supported libs https://github.com/swift-server/async-http-client/releases/tag/1.29.0 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5802293..25a719c 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,9 @@ The following is a, non-complete, list of a few libraries and frameworks which p This list is not complete, however if you'd like to feature your library in the list below, feel free to open a pull request adding it. -| HTTP Servers/Frameworks | Integrates | Status | +| Library / Framework | Integrates | Status | |--------------------------|----------------|-------------------------------------------------------| +| [AsyncHTTPClient](https://github.com/swift-server/async-http-client) 1.29.0+ | Tracing | 🟢 Built-in support | | [Hummingbird](https://github.com/hummingbird-project/hummingbird) | Tracing | 🟢 Built-in support | | [Vapor](https://github.com/vapor/vapor) | Tracing | 🟢 Built-in support | | [Valkey Swift](https://github.com/valkey-io/valkey-swift) | Tracing | 🟢 Built-in support |