Dela via


ResponseTrailerValueTransform Class

Definition

Sets or appends simple response trailer values.

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

Constructors

ResponseTrailerValueTransform(String, String, Boolean, ResponseCondition)

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