Registry / networking / pingora-proxy

pingora-proxy

JSON →
library0.8.1rscratesunverified

Pingora HTTP proxy APIs and traits.

# Cargo.toml [dependencies] pingora-proxy = "0.8.1"
INSTALL
IMPORT
SIG · PINGORA-PROXY
P
pingora-proxy
networkingrustv0.8.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Proxy
use pingora_proxy::Proxy;

Creates a new Pingora HTTP proxy instance.

use pingora_proxy::Proxy; fn main() { let proxy = Proxy::new(); println!("Proxy created"); }
Debug
Known issues
gotchaRequires async runtime (Tokio) for operation.
fix
Add tokio as a dependency and use #[tokio::main].
affects: >=0.8.0
Upgrade
Version history
0.8.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
pingora-proxy — cargo add pingora-proxy · libregistry