5 references to ConfigureMatch
Aspire.Hosting.Yarp (5)
ConfigurationBuilder\YarpRoute.cs (5)
64
route.
ConfigureMatch
(match => match with { Path = path });
73
route.
ConfigureMatch
(match => match with { Methods = methods });
82
route.
ConfigureMatch
(match => match with { Headers = headers.ToList() });
92
route.
ConfigureMatch
(match => match with { Hosts = hosts.ToList() });
101
route.
ConfigureMatch
(match => match with { QueryParameters = queryParameters.ToList() });