http-response

Crates.iohttp-response
lib.rshttp-response
version0.1.0
sourcesrc
created_at2024-12-23 23:29:09.116425
updated_at2024-12-23 23:29:09.116425
descriptionA 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
repositoryhttps://github.com/ltpp-universe/http-response.git
max_upload_size
id1493511
size9,075
尤雨东 (ltpp-universe)

documentation

README

http-response

Official Documentation

Api Docs

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:

cargo add http-response

Use

use http_response::*;

License

This project is licensed under the MIT License. See the 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.

Commit count: 1

cargo fmt