pub async fn process_request_stream<S, Event>(
stream: S::RequestStream,
sender: Sender<Event>,
)
Expand description
Process requests received in the stream
and relay them to the provided sender
.
Logs incoming requests prefixed with the tag
.