Skip to main content

Module proxy

Module proxy 

Source
Expand description

Reverse-proxy pipeline: match (path_prefix + methods) → resolve context (gate require_context) → request transforms → forward (stream/hop-by-hop/cap) → response transforms → stream/replace.

Structs§

AppState

Constants§

HOP_BY_HOP

Functions§

handler
is_hop_by_hop
match_route
Longest path_prefix match, then narrow by methods (empty = any).