YarpRoute.withTransformResponseTrailer
Method
interface YarpRoute { // ... omitted for brevity withTransformResponseTrailer( headerName: string, value: string, append?: boolean, condition?: ResponseCondition): YarpRoute;}Signature
method
withTransformResponseTrailer Adds the transform which will append or set the response trailer.
withTransformResponseTrailer( headerName: string, value: string, append?: boolean, condition?: ResponseCondition): YarpRouteParameters
headerName string value string append boolean optional = True condition ResponseCondition optional = Success Returns
YarpRoute Defined on
This method is defined on the following type: