Skip to content

Opensearch dashboards.routecontenttype

Home > opensearch-dashboards > RouteContentType

RouteContentType type

The set of supported parseable Content-Types

Signature:

export declare type RouteContentType = 'application/json' | 'application/*+json' | 'application/octet-stream' | 'application/x-www-form-urlencoded' | 'multipart/form-data' | 'text/*';