Function
send-async-streaming
Begins sending the request to the given backend server, and returns a
pending-response that can yield the backend response or an error.
send-async-streaming: func(request: request, body: borrow<body>, backend: borrow<backend>) -> result<pending-response, error>;