Function
send-async-uncached-streaming
This is to send-async-streaming as send-uncached is to send.
As with send-uncached, this function sends the request directly to the
backend server without performing any caching or inserting any
cache-related headers in the response.
send-async-uncached-streaming: func(request: request, body: borrow<body>, backend: borrow<backend>) -> result<pending-response, error>;