[package] name = "http-response" version = "0.1.0" edition = "2021" authors = ["ltpp-universe "] license = "MIT" 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.""" keywords = ["http", "request", "response", "tcp", "redirect"] repository = "https://github.com/ltpp-universe/http-response.git" categories = ["network-programming", "web-programming"] exclude = [ "target", "Cargo.lock", "sh", ".github" ] [dependencies] brotli = "7.0.0" flate2 = "1.0.35" http-constant = "1.7.0"