Skip to content
Docs Try Aspire

withTransformCopyResponseTrailers

Function
📦 Aspire.Hosting.Yarp v13.2.0-preview.1.26159.1
interface YarpRoute {
// ... omitted for brevity
withTransformCopyResponseTrailers(copy?: boolean): YarpRoute;
}

Signature

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

Applies to

This function is an extension method on the following types: