Expand description
MIME type and HTTP header constants for the conversion API.
Constants§
- CACHE_
CONTROL_ VALUE - Cache-Control header value applied to all responses.
- HEALTH_
BODY - Health endpoint response body.
- INPUT_
MIME_ DOCX_ PRIMARY - MIME type for DOCX documents. Strict — must be sent verbatim with no parameters.
- INPUT_
MIME_ HTML - The MIME type accepted as request body for HTML input.
- INPUT_
MIME_ MARKDOWN - The MIME type accepted as request body.
- OUTPUT_
MIME_ ALIAS - Accepted alias for the output MIME type (input-only; server always returns primary).
- OUTPUT_
MIME_ HTML_ PRIMARY - The primary HTML output MIME type returned when the HTML writer is selected.
- OUTPUT_
MIME_ OXA_ PRIMARY - The primary
oxa.devoutput MIME type returned when theoxa.devwriter is selected. - OUTPUT_
MIME_ PANDOC_ NATIVE_ PRIMARY - The primary Pandoc native output MIME type returned when the Pandoc native writer is selected.
- OUTPUT_
MIME_ PRIMARY - The primary output MIME type returned on success.