http-type 3.0.0

A library providing essential types for HTTP, including request bodies, response headers, and other core HTTP abstractions.
Documentation
[dependencies.hex]
version = "0.4.3"

[dependencies.http-compress]
version = "2.2.3"

[dependencies.http-constant]
version = "1.28.0"

[dependencies.lombok-macros]
version = "1.7.3"

[dependencies.serde]
version = "1.0.217"

[dependencies.serde-xml-rs]
version = "0.6.0"

[dependencies.serde_json]
version = "1.0.138"

[dependencies.serde_urlencoded]
version = "0.7.1"

[dependencies.tokio]
features = ["full"]
version = "1.43.0"

[dependencies.url]
version = "2.5.4"

[lib]
name = "http_type"
path = "src/lib.rs"

[package]
authors = ["ltpp-universe <root@ltpp.vip>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "web-programming"]
description = "A library providing essential types for HTTP, including request bodies, response headers, and other core HTTP abstractions."
edition = "2021"
exclude = ["target", "Cargo.lock", "sh", ".github"]
keywords = ["http", "request", "response", "tcp", "redirect"]
license = "MIT"
name = "http-type"
readme = "README.md"
repository = "https://github.com/ltpp-universe/http-type.git"
version = "3.0.0"

[profile.dev]
codegen-units = 1
debug = 0
incremental = false
lto = true
opt-level = 3
panic = "unwind"
strip = "debuginfo"

[profile.release]
codegen-units = 1
debug = 0
incremental = false
lto = true
opt-level = 3
panic = "unwind"
strip = "debuginfo"