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 lifecyclehandlers: Helper methods for handling different route typeshttp_trait: ProxyHttp trait implementation for Pingora
Structs§
- Request
Context - Request context maintained throughout the request lifecycle.
- Sentinel
Proxy - Main proxy service implementing Pingora’s ProxyHttp trait