eggress-protocol-http 1.0.4

HTTP/1.1 CONNECT protocol for eggress proxy
Documentation
# eggress-protocol-http

> Part of [eggress]https://github.com/eggstack/eggress — a Rust-native, embeddable, multi-protocol proxy framework targeting compatibility with Python `pproxy==2.7.9`.

HTTP/1.1 CONNECT proxy server and forward proxy client for eggress, including H2 CONNECT support.

## When to use this crate

Use `eggress-protocol-http` directly when building custom HTTP proxy logic. Most users depend on this crate transitively through `eggress-server`.

## Documentation

- [Workspace README]https://github.com/eggstack/eggress/blob/main/README.md
- [Protocols overview]https://github.com/eggstack/eggress/blob/main/docs/protocols/
- [HTTP CONNECT]https://github.com/eggstack/eggress/blob/main/docs/protocols/http_connect.md
- [Release process]https://github.com/eggstack/eggress/blob/main/docs/release/RELEASE_PROCESS.md

## License

MIT OR Apache-2.0