Function

send-downstream-streaming

Starts a response to the client that made the request passed to http-incoming.handle.

The body is left open, allowing data to be written after calling this function.

send-downstream-streaming: func(response: response, body: borrow​<body>) -> result​<_, error>;