Description
As a platform provider, we need to have send_timeout customizable per host/path/location. Unlike proxy_send_timeout (which controls the timeout between APISIX and the upstream), send_timeout controls the timeout between APISIX and the downstream client.
Currently in APISIX this can only be configured globally, but since increasing it globally could impact all services and lead to connection exhaustion, we need per-route control via annotations or a plugin.