[package]
name = "eggress-protocol-http"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
description = "HTTP/1.1 CONNECT protocol for eggress proxy"
keywords = ["proxy", "http", "connect", "forward-proxy"]
categories = ["network-programming", "web-programming"]
readme = "README.md"
[dependencies]
eggress-core.workspace = true
http.workspace = true
httparse.workspace = true
bytes.workspace = true
thiserror.workspace = true
tokio.workspace = true
subtle.workspace = true
h2.workspace = true
once_cell.workspace = true
tracing.workspace = true
[dev-dependencies]
eggress-testkit.workspace = true
proptest.workspace = true
[lints]
workspace = true