Module pingora_core::apps

source ·
Expand description

The abstraction and implementation interface for service application logic

Modules§

  • A simple HTTP application trait that maps a request to a response
  • An HTTP application that reports Prometheus metrics.

Traits§

  • This trait defines the interface of an HTTP application.
  • This trait defines the interface of a transport layer (TCP or TLS) application.