io.helidon.http.media.MediaSupportConfig
Description
A set of configurable options expected to be used by each media support
Configuration options
| Key | Type | Description |
|---|---|---|
accepted-media-types | List<CustomMethods> | Types accepted by this media support |
name | String | Name of the support |
content-type | CustomMethods | Content type to use if not configured (in response headers for server, and in request headers for client) |
See the manifest for all available types.