AcceptHeaderContributor
typealias AcceptHeaderContributor = (call: ApplicationCall, acceptedContentTypes: List<ContentTypeWithQuality>) -> List<ContentTypeWithQuality>
A functional type for accepted content types contributor.
See also
ContentNegotiation.Configuration.accept