YarpRoute.withMatchRouteQueryParameter
Method
interface YarpRoute { // ... omitted for brevity withMatchRouteQueryParameter(queryParameters: YarpRouteQueryParameterMatch[]): YarpRoute;}Signature
method
withMatchRouteQueryParameterOnly match requests that contain all of these query parameters.
withMatchRouteQueryParameter(queryParameters: YarpRouteQueryParameterMatch[]): YarpRouteParameters
queryParametersYarpRouteQueryParameterMatch[]Returns
YarpRouteDefined on
This method is defined on the following type: