pub type GetConnectionFn = Arc<dyn Fn(&FatRequest, &Bytes) -> Option<Connection> + Send + Sync>;
Available on crate feature reverse-proxy only.