IHttpResponseTrailersFeature 인터페이스

정의

응답 트레일러에 대한 액세스를 제공합니다.

응답 트레일러를 사용하면 HTTP/1.1(청크 분할) 또는 HTTP/2 응답이 끝날 때 추가 헤더를 보낼 수 있습니다. 자세한 내용은 RFC7230을 참조하세요.

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

속성

Trailers

트레일러 헤더를 가져오거나 설정합니다.

적용 대상