MimeTypeUtils.getInferredEncodings

Access a mutable map of mime type to the charset inferred from that content type. An inferred encoding is used by when encoding/decoding a stream and is explicitly set in any metadata (eg Content-MimeType).

@return Map of mime type to charset

class MimeTypeUtils
static
Map!(string, string)
getInferredEncodings
()

Meta