pub fn connect<H, O>(handler: H) -> Routewhere H: Handler<Request, Output = Result<O>> + Clone, O: IntoResponse,
Creates a route with a handler and HTTP CONNECT verb pair.
CONNECT