withTransformResponseTrailer
Method
interface YarpRoute { // ... omitted for brevity withTransformResponseTrailer( headerName: string, value: string, append?: boolean, condition?: ResponseCondition): YarpRoute;}Signature
method
withTransformResponseTrailerAdds the transform which will append or set the response trailer.
withTransformResponseTrailer( headerName: string, value: string, append?: boolean, condition?: ResponseCondition): YarpRouteParameters
headerNamestringvaluestringappendbooleanoptional= TrueconditionResponseConditionoptional= SuccessReturns
YarpRouteApplies to
This method applies to the following types: