pub fn starts_with_predicate(
    starts_with: impl Into<String>
) -> impl Fn(&FatRequest) -> bool + Send + Sync + 'static
Available on crate feature view-counter only.