spring-framework / org.springframework.web.accept / HeaderContentNegotiationStrategy

HeaderContentNegotiationStrategy

open class HeaderContentNegotiationStrategy : ContentNegotiationStrategy

A ContentNegotiationStrategy that checks the 'Accept' request header.

Author
Rossen Stoyanchev

Author
Juergen Hoeller

Since
3.2

Constructors

<init>

HeaderContentNegotiationStrategy()

A ContentNegotiationStrategy that checks the 'Accept' request header.

Functions

resolveMediaTypes

open fun resolveMediaTypes(request: NativeWebRequest): MutableList<MediaType>

{@inheritDoc}