supportedCodecs property

Map<String, Encoding> supportedCodecs
getter/setter pair

the Encoding supported for messageEncoding. Can be expanded at runtime.

Default values are

Implementation

static Map<String, Encoding> supportedCodecs = {
  'iso-8859-1': latin1,
  'iso-8859': latin1,
  'iso8859': latin1,
  'utf-8': utf8,
  'utf8': utf8,
};