From 38114a2d9f65b72b51bb450b12da475db8405107 Mon Sep 17 00:00:00 2001 From: Yuji Yaginuma Date: Sun, 27 Jul 2025 15:14:27 +0900 Subject: [PATCH] Fix the description This gem hasn't depended on `async-io` since #147. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2ceb4fd..2ca1ef2 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # Async::HTTP -An asynchronous client and server implementation of HTTP/1.0, HTTP/1.1 and HTTP/2 including TLS. Support for streaming requests and responses. Built on top of [async](https://github.com/socketry/async) and [async-io](https://github.com/socketry/async-io). [falcon](https://github.com/socketry/falcon) provides a rack-compatible server. +An asynchronous client and server implementation of HTTP/1.0, HTTP/1.1 and HTTP/2 including TLS. Support for streaming requests and responses. Built on top of [async](https://github.com/socketry/async), [io-endpoint](https://github.com/socketry/io-endpoint) and [io-stream](https://github.com/socketry/io-stream). [falcon](https://github.com/socketry/falcon) provides a rack-compatible server. [![Development Status](https://github.com/socketry/async-http/workflows/Test/badge.svg)](https://github.com/socketry/async-http/actions?workflow=Test)