Versions in this module Expand all Collapse all v0 v0.5.0 Mar 30, 2026 Changes in this version type ReverseProxy + func (rp *ReverseProxy[C]) WithLifecycleManager(lm *lifecycle.Manager) *ReverseProxy[C] v0.4.0 Mar 25, 2026 Changes in this version + type ReverseProxy struct + LookupOnly bool + func NewReverseProxy[C any](pool *herd.Pool[C], extractSessionID func(*http.Request) string) *ReverseProxy[C] + func (rp *ReverseProxy[C]) ServeHTTP(w http.ResponseWriter, r *http.Request) + func (rp *ReverseProxy[C]) WithLookupOnly() *ReverseProxy[C]