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 and async-io. falcon provides a rack-compatible server.
Please see the project documentation for more details.
Getting Started - This guide explains how to get started with Async::HTTP
.
Testing - This guide explains how to use Async::HTTP
clients and servers in your tests.
Please see the project releases for all releases.
protocol-http1
introduces a line length limit for request line, response line, header lines and chunk length lines.protocol
and endpoint
as tags to async-pool
for improved instrumentation.Async::HTTP::Body::Writable
is moved to Protocol::HTTP::Body::Writable
.Async::HTTP::Body::Delayed
with no replacement.Async::HTTP::Body::Slowloris
with no replacement.async-http
.async-http
.async-http
.We welcome contributions to this project.
git checkout -b my-new-feature
).git commit -am 'Add some feature'
).git push origin my-new-feature
).In order to protect users of this project, we require all contributors to comply with the Developer Certificate of Origin. This ensures that all contributions are properly licensed and attributed.
This project is best served by a collaborative and respectful environment. Treat each other professionally, respect differing viewpoints, and engage constructively. Harassment, discrimination, or harmful behavior is not tolerated. Communicate clearly, listen actively, and support one another. If any issues arise, please inform the project maintainers.