Module proxy

Module proxy 

Source
Expand description

Sentinel Proxy Core Implementation

This module contains the main SentinelProxy struct and its implementation, split across several submodules for maintainability:

  • context: Request context maintained throughout the request lifecycle
  • handlers: Helper methods for handling different route types
  • http_trait: ProxyHttp trait implementation for Pingora

Structs§

RequestContext
Request context maintained throughout the request lifecycle.
SentinelProxy
Main proxy service implementing Pingora’s ProxyHttp trait