程序包 cn.taketoday.web.accept


@NonNullApi @NonNullFields package cn.taketoday.web.accept
This package contains classes used to determine the requested the media types in a request.

ContentNegotiationStrategy is the main abstraction for determining requested media types with implementations based on path extensions, a a request parameter, the 'Accept' header, or a default content type.

ContentNegotiationManager is used to delegate to one ore more of the above strategies in a specific order.