Share via


ResponseHeadersAllowedTransform Class

Definition

Copies only allowed response headers.

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

Constructors

ResponseHeadersAllowedTransform(String[])

Methods

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