Skip to content
Docs Try Aspire

YarpRoute.withMatchHeaders

Method
📦 Aspire.Hosting.Yarp v13.2.0
interface YarpRoute {
// ... omitted for brevity
withMatchHeaders(headers: YarpRouteHeaderMatch[]): YarpRoute;
}

Signature

method withMatchHeaders
Matches requests that contain the specified headers.
withMatchHeaders(headers: YarpRouteHeaderMatch[]): YarpRoute
headers YarpRouteHeaderMatch[]
YarpRoute

Defined on

This method is defined on the following type: