io.helidon.http.media.MediaContext
Description
Media context to obtain readers and writers of various supported content types
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
media-supports-discover-services | Boolean | true | Whether to enable automatic service discovery for media-supports |
register-defaults | Boolean | true | Should we register defaults of Helidon, such as String media support |
media-supports | List<MediaSupport> | Media supports to use | |
fallback | MediaContext | Existing context to be used as a fallback for this context |
Usages
server.media-contextserver.media-context.fallbackserver.sockets.media-contextserver.sockets.media-context.fallback
See the manifest for all available types.