YarpRoute.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
YarpRouteDefined on
This method is defined on the following type: