3 unstable releases

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

#17 in #pingora

Download history 532/week @ 2024-02-24 725/week @ 2024-03-02 665/week @ 2024-03-09 812/week @ 2024-03-16 523/week @ 2024-03-23 744/week @ 2024-03-30 763/week @ 2024-04-06 530/week @ 2024-04-13 638/week @ 2024-04-20 724/week @ 2024-04-27 677/week @ 2024-05-04

2,681 downloads per month
Used in 6 crates (5 directly)

Apache-2.0

685KB
14K SLoC

Pingora

Pingora is a collection of service frameworks and network libraries battle-tested by the Internet. It is to build robust, scalable and secure network infrastructures and services at Internet scale.

Features

  • Http 1.x and Http 2
  • Modern TLS with OpenSSL or BoringSSL (FIPS compatible)
  • Zero downtime upgrade

Usage

This crate provides low level service and protocol implementation and abstraction.

If looking to build a (reverse) proxy, see pingora-proxy crate.

Optional features

boringssl: Switch the internal TLS library from OpenSSL to BoringSSL.

Dependencies

~35–59MB
~1M SLoC