ContentNegotiation
This feature provides automatic content conversion according to Content-Type and Accept headers
See normative documents:
https://tools.ietf.org/html/rfc7231#section-5.3
https://developer.mozilla.org/en-US/docs/Web/HTTP/Content_negotiation
Parameters
registrations
is a list of registered converters for ContentTypes
Constructors
Link copied to clipboard
Content copied to clipboard
Types
Link copied to clipboard
Configuration type for ContentNegotiation feature
Link copied to clipboard
data class ConverterRegistration(contentType: ContentType, converter: ContentConverter)
Content copied to clipboard
Specifies which converter to use for a particular contentType
Link copied to clipboard
object Feature : ApplicationFeature<ApplicationCallPipeline, ContentNegotiation.Configuration, ContentNegotiation>
Content copied to clipboard
Implementation of an ApplicationFeature for the ContentNegotiation