* Intended to be used as a route mutability mechanism, where a filter can create a derived class of
* DelegatingRoute and override specific methods (e.g. routeEntry) while preserving the rest of the
explicit DelegatingRouteBase(Router::RouteConstSharedPtr route) : base_route_(std::move(route)) {
void finalizeResponseHeaders(Http::ResponseHeaderMap& headers, const Formatter::Context& context,