AcceptHeaderContributor

typealias AcceptHeaderContributor = (call: ApplicationCall, acceptedContentTypes: List<ContentTypeWithQuality>) -> List<ContentTypeWithQuality>(source)

A functional type for accepted content types contributor.

Report a problem

See also

ContentNegotiation.Configuration.accept