pub async fn send_streaming_request<S>(
stream: S,
request: Bytes,
) -> Result<StreamingResponse>Expand description
Send HTTP request and get streaming response
pub async fn send_streaming_request<S>(
stream: S,
request: Bytes,
) -> Result<StreamingResponse>Send HTTP request and get streaming response