IHttpResponseTrailersFeature Interface

Definition

Provides access to response trailers.

Response trailers allow for additional headers to be sent at the end of an HTTP/1.1 (chunked) or HTTP/2 response. For more details, see RFC7230.

public interface class IHttpResponseTrailersFeature
public interface IHttpResponseTrailersFeature
type IHttpResponseTrailersFeature = interface
Public Interface IHttpResponseTrailersFeature

Properties

Trailers

Gets or sets the trailer headers.

Applies to