http-type 5.20.0

A comprehensive Rust library providing essential types for HTTP operations. Includes core HTTP abstractions (request/response, methods, status codes, versions), content types, cookies, WebSocket support, and thread-safe concurrent types (ArcMutex, ArcRwLock). Also provides convenient Option-wrapped primitive types for flexible HTTP handling.
Documentation
<center>

## http-type

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

</center>

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

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

> A comprehensive Rust library providing essential types for HTTP operations. Includes core HTTP abstractions (request/response, methods, status codes, versions), content types, cookies, WebSocket support, and thread-safe concurrent types (ArcMutex, ArcRwLock). Also provides convenient Option-wrapped primitive types for flexible HTTP handling.

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