pub async fn push_file_streaming_quic(
state: &Arc<AppState>,
id: &str,
filename: &str,
mime_type: &str,
chunk_rx: Receiver<Result<Bytes, String>>,
host: Option<String>,
) -> Result<(), String>Expand description
Push file data to juicehost over QUIC/HTTP/3.