pub async fn filter(
    root: BoxedFilter<()>,
    context: SharedContext
) -> impl Filter<Extract = impl Reply, Error = Rejection> + Clone