http-type 2.0.0

A library providing essential types for HTTP, including request bodies, response headers, and other core HTTP abstractions.
Documentation
## http-type


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

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

[Api Docs](https://docs.rs/http-type/latest/http_type/)

> A library providing essential types for HTTP, including request bodies, response headers, and other core HTTP abstractions.

## Features


## Installation


To use this crate, you can run cmd:

```shell
cargo add http-type
```

## Use


```rust
use http_type::*;
```

## 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 [ltpp-universe <root@ltpp.vip>](mailto:root@ltpp.vip).