Crates.io | http-response |
lib.rs | http-response |
version | 0.1.0 |
source | src |
created_at | 2024-12-23 23:29:09.116425 |
updated_at | 2024-12-23 23:29:09.116425 |
description | 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. |
homepage | |
repository | https://github.com/ltpp-universe/http-response.git |
max_upload_size | |
id | 1493511 |
size | 9,075 |
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.
To use this crate, you can run cmd:
cargo add http-response
use http_response::*;
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome! Please open an issue or submit a pull request.
For any inquiries, please reach out to the author at ltpp-universe root@ltpp.vip.