[package]
edition = "2024"
name = "http-constant"
version = "21.5.0"
authors = ["root@ltpp.vip"]
build = false
exclude = [
"**/*.log",
".github",
"Cargo.lock",
"debug",
"img",
"logs",
"sh",
"target",
"tmp",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A comprehensive library providing common HTTP constants for header names, versions, MIME types, and protocol identifiers."
readme = "README.md"
keywords = [
"http",
"request",
"response",
"tcp",
"redirect",
]
categories = [
"network-programming",
"web-programming",
]
license = "MIT"
repository = "https://github.com/hyperlane-dev/hyperlane.git"
resolver = "2"
[lib]
name = "http_constant"
path = "src/lib.rs"