7 references to ConfigureMatch
Aspire.Hosting.Yarp (7)
ConfigurationBuilder\YarpRoute.cs (7)
80route.ConfigureMatch(match => match with { Path = path }); 90route.ConfigureMatch(match => match with { Methods = methods }); 101route.ConfigureMatch(match => match with { Headers = headers.ToList() }); 113route.ConfigureMatch(match => match with { Headers = headers.Select(ToRouteHeader).ToList() }); 124route.ConfigureMatch(match => match with { Hosts = hosts.ToList() }); 135route.ConfigureMatch(match => match with { QueryParameters = queryParameters.ToList() }); 147route.ConfigureMatch(match => match with { QueryParameters = queryParameters.Select(ToRouteQueryParameter).ToList() });