Skip to main content

Module upstream

Module upstream 

Source
Expand description

Upstream proxying from iroh streams to TCP origins.

Structs§

AcceptAll
Authorization handler that accepts all requests unconditionally.
DenyAll
Authorization handler that rejects all requests with 403 Forbidden.
TargetMetrics
Per-target metrics tracked by the upstream proxy.
UpstreamMetrics
Aggregate metrics for an super::UpstreamProxy instance.
UpstreamProxy
Proxy that receives iroh streams and forwards them to origin servers.

Enums§

AuthError
Authorization failure reasons.

Traits§

AuthHandler
Authorizes proxy requests from remote endpoints.