Skip to content
DocsTry Aspire
DocsTry

YarpRoute.withTransformCopyResponseTrailers

Method
📦 Aspire.Hosting.Yarp v13.4.0
interface YarpRoute {
// ... omitted for brevity
withTransformCopyResponseTrailers(copy?: boolean): YarpRoute;
}

Signature

methodwithTransformCopyResponseTrailers
Adds the transform which will enable or suppress copying response trailers to the client response.
withTransformCopyResponseTrailers(copy?: boolean): YarpRoute
copybooleanoptional= True
YarpRoute

Defined on

This method is defined on the following type: