YarpRoute.withTransformResponseHeaderRemove
Method
interface YarpRoute { // ... omitted for brevity withTransformResponseHeaderRemove( headerName: string, condition?: ResponseCondition): YarpRoute;}Signature
method
withTransformResponseHeaderRemoveAdds the transform which will remove the response header.
withTransformResponseHeaderRemove( headerName: string, condition?: ResponseCondition): YarpRouteParameters
headerNamestringconditionResponseConditionoptional= SuccessReturns
YarpRouteDefined on
This method is defined on the following type: