pub(crate) fn on_informational_raw<B, C>(req: &mut Request<B>, callback: C)where C: OnInformationalCallback + Send + Sync + 'static,