pub async fn connect(
head: RequestInfo,
path: &str,
body: Option<Data<'_>>,
command_tx: Sender<Command>,
) -> Result<StreamResponse>
pub async fn connect(
head: RequestInfo,
path: &str,
body: Option<Data<'_>>,
command_tx: Sender<Command>,
) -> Result<StreamResponse>