3 unstable releases

new 0.2.0 May 10, 2024
0.1.1 Apr 18, 2024
0.1.0 Feb 28, 2024

#1885 in Network programming

Download history 616/week @ 2024-02-26 755/week @ 2024-03-04 538/week @ 2024-03-11 744/week @ 2024-03-18 454/week @ 2024-03-25 797/week @ 2024-04-01 604/week @ 2024-04-08 545/week @ 2024-04-15 647/week @ 2024-04-22 664/week @ 2024-04-29 803/week @ 2024-05-06

2,689 downloads per month
Used in 9 crates (8 directly)

Apache-2.0

1MB
21K SLoC

pingora-proxy

Programmable HTTP proxy built on top of [pingora_core].

Features

  • HTTP/1.x and HTTP/2 for both downstream and upstream
  • Connection pooling
  • TLSv1.3, mutual TLS, customizable CA
  • Request/Response scanning, modification or rejection
  • Dynamic upstream selection
  • Configurable retry and failover
  • Fully programmable and customizable at any stage of a HTTP request

How to use

Users of this crate defines their proxy by implementing [ProxyHttp] trait, which contains the callbacks to be invoked at each stage of a HTTP request.

Then the service can be passed into [http_proxy_service()] for a pingora_core::server::Server to run it.

See examples/load_balancer.rs for a detailed example.

Dependencies

~36–63MB
~1M SLoC