Package-level declarations
Types
Configuration for client and server ContentNegotiation
plugin
A custom content converter that could be registered in ContentNegotiation plugin for any particular content type Could provide bi-directional conversion implementation. One of the most typical examples of content converter is a JSON content converter that provides both serialization and deserialization
A custom content converter that could be used in the WebSockets plugin Could provide bi-directional conversion implementation. One of the most typical examples of the content converter is a JSON converter that provides both serialization and deserialization
Functions
Detect suitable charset for an application call by Accept
header or fallback to defaultCharset
Detect suitable charset for an application call by Accept
header or fallback to null