## http-response [![](https://img.shields.io/crates/v/http-response.svg)](https://crates.io/crates/http-response) [![](https://docs.rs/http-response/badge.svg)](https://docs.rs/http-response) [![](https://img.shields.io/crates/l/http-response.svg)](./LICENSE) [![](https://github.com/ltpp-universe/http-response/workflows/Rust/badge.svg)](https://github.com/ltpp-universe/http-response/actions?query=workflow:Rust) [Official Documentation](https://docs.ltpp.vip/HTTP-RESPONSE/) [Api Docs](https://docs.rs/http-response/latest/http_response/) > A Rust-based library for constructing and sending HTTP responses with a fluent interface. This library provides an implementation of an HTTP Response type that allows for flexible configuration of HTTP version, status code, headers, and body. It supports building HTTP response payloads and sending them over a TcpStream. ## Features ## Installation To use this crate, you can run cmd: ```shell cargo add http-response ``` ## Use ```rust use http_response::*; ``` ## 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 ](mailto:root@ltpp.vip).