Share via


ResponseHeaderValueTransform Class

Definition

Sets or appends simple response header values.

public class ResponseHeaderValueTransform : Yarp.ReverseProxy.Transforms.ResponseTransform
type ResponseHeaderValueTransform = class
    inherit ResponseTransform
Public Class ResponseHeaderValueTransform
Inherits ResponseTransform
Inheritance
ResponseHeaderValueTransform

Constructors

Name Description
ResponseHeaderValueTransform(String, String, Boolean, ResponseCondition)

Methods

Name Description
ApplyAsync(ResponseTransformContext)

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

Applies to