Skip to main content

Module upstream

Module upstream 

Source
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§

UpstreamPlugin
Proxies the request to one of the configured backend targets and populates Context.response with the upstream’s status, headers, and body.