Function
send-downstream-pending
Send a pending response back downstream in reply to an incoming request.
This will cause Compute to wait in the background for the pending response to resolve into its headers and body, and then forward them back downstream.
If the pending request fails while sending and a response never materializes, Compute will generate a 5XX response to send in its stead.
send-downstream-pending: func(handle: pending-response) -> result<_, error>;