Expand description
The upstream node — forwards the request to a backend target over HTTP,
with round-robin, least-connections, or IP-hash load balancing across the
configured targets, and writes the backend’s reply into Context.response.
Structs§
- Upstream
Plugin - Proxies the request to one of the configured backend targets and populates
Context.responsewith the upstream’s status, headers, and body.