Dela via


ResponseTrailersAllowedTransform Class

Definition

Copies only allowed response trailers.

public class ResponseTrailersAllowedTransform : Yarp.ReverseProxy.Transforms.ResponseTrailersTransform
type ResponseTrailersAllowedTransform = class
    inherit ResponseTrailersTransform
Public Class ResponseTrailersAllowedTransform
Inherits ResponseTrailersTransform
Inheritance
ResponseTrailersAllowedTransform

Constructors

ResponseTrailersAllowedTransform(String[])

Methods

ApplyAsync(ResponseTrailersTransformContext)

Transforms the given response trailers. The trailers will have (optionally) already been copied to the HttpResponse and any changes should be made there.

Applies to