volo-http 0.5.0

HTTP framework implementation of volo.
<picture>
  <source media="(prefers-color-scheme: light)" srcset="https://github.com/cloudwego/volo/raw/main/.github/assets/volo-light.png?sanitize=true" />
  <source media="(prefers-color-scheme: dark)" srcset="https://github.com/cloudwego/volo/raw/main/.github/assets/volo-dark.png?sanitize=true" />
  <img alt="Volo" src="https://github.com/cloudwego/volo/raw/main/.github/assets/volo-light.png?sanitize=true" />
</picture>

[![Crates.io](https://img.shields.io/crates/v/volo-http)](https://crates.io/crates/volo-http)
[![Documentation](https://docs.rs/volo-http/badge.svg)](https://docs.rs/volo-http)
[![Website](https://img.shields.io/website?up_message=cloudwego&url=https%3A%2F%2Fwww.cloudwego.io%2F)](https://www.cloudwego.io/)
[![License](https://img.shields.io/crates/l/volo-http)](#license)
[![Build Status][actions-badge]][actions-url]

`volo-http` implements a HTTP framework.

For more information, please refer to [volo][volo].

For detailed guides, please refer to the [guides][guides].

[volo]: https://docs.rs/volo
[guides]: https://www.cloudwego.io/docs/volo/
[actions-badge]: https://github.com/cloudwego/volo/actions/workflows/ci.yaml/badge.svg
[actions-url]: https://github.com/cloudwego/volo/actions