send_streaming_request

Function send_streaming_request 

Source
pub async fn send_streaming_request<S>(
    stream: S,
    request: Bytes,
) -> Result<StreamingResponse>
where S: AsyncRead + AsyncWrite + Unpin + Send + 'static,
Expand description

Send HTTP request and get streaming response