http-compress 3.0.8

A high-performance async library for HTTP compression/decompression, supporting Brotli, Deflate, and Gzip algorithms. Provides both compression and decompression capabilities with optimized memory usage, ideal for HTTP clients/servers and network programming.
Documentation
<center>

## http-compress

[![](https://img.shields.io/crates/v/http-compress.svg)](https://crates.io/crates/http-compress)
[![](https://img.shields.io/crates/d/http-compress.svg)](https://img.shields.io/crates/d/http-compress.svg)
[![](https://docs.rs/http-compress/badge.svg)](https://docs.rs/http-compress)
[![](https://github.com/crates-dev/http-compress/workflows/Rust/badge.svg)](https://github.com/crates-dev/http-compress/actions?query=workflow:Rust)
[![](https://img.shields.io/crates/l/http-compress.svg)](./LICENSE)

</center>

[Official Documentation](https://docs.ltpp.vip/HTTP-COMPRESS/)

[Api Docs](https://docs.rs/http-compress/latest/http_compress/)

> A high-performance async library for HTTP compression/decompression, supporting Brotli, Deflate, and Gzip algorithms. Provides both compression and decompression capabilities with optimized memory usage, ideal for HTTP clients/servers and network programming.

## Features

## Installation

To use this crate, you can run cmd:

```shell
cargo add http-compress
```

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

## Contributing

Contributions are welcome! Please open an issue or submit a pull request.

## Contact

For any inquiries, please reach out to the author at [root@ltpp.vip](mailto:root@ltpp.vip).