http-type 3.59.1

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

[dependencies.dashmap]
version = "=6.1.0"

[dependencies.futures]
version = "=0.3.31"

[dependencies.hex]
version = "=0.4.3"

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

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

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

[dependencies.num_cpus]
version = "=1.16.0"

[dependencies.once_cell]
version = "=1.21.3"

[dependencies.serde]
version = "=1.0.219"

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

[dependencies.serde_json]
version = "=1.0.140"

[dependencies.serde_urlencoded]
version = "=0.7.1"

[dependencies.simd-json]
version = "=0.15.0"

[dependencies.std-macro-extensions]
version = "=0.22.1"

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

[dependencies.twox-hash]
version = "=2.1.0"

[dependencies.url]
version = "=2.5.4"

[dependencies.urlencoding]
version = "=2.1.3"

[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 = "2024"
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.59.1"

[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"