Open-Source Wikis

/

Pingora

/

Packages

cloudflare/pingora

Packages

The Pingora workspace has 21 member crates. They divide into a few groups.

Public-facing umbrella

  • pingora — the crate most users depend on. Re-exports the others under a feature-gated module structure.

Core framework

  • pingora-core — Server, Service, listeners, connectors, HTTP/1, HTTP/2, modules. The biggest crate.
  • pingora-proxy — Programmable HTTP proxy framework.
  • pingora-cache — HTTP caching state machine.
  • pingora-http — HTTP request/response header types preserving case.
  • pingora-error — Common error type and Result alias.

Networking primitives

Load balancing and limits

Caching utilities

TLS backends

  • tls — Overview of the four TLS implementations: pingora-openssl, pingora-boringssl, pingora-rustls, pingora-s2n.

Other

Built by Factory AutoWiki from public repository content. It is a generated preview for codebase exploration, not source-maintained documentation.

Packages – Pingora wiki | Factory