encoding property

Encoding? encoding
getter/setter pair

Encoding to use when encoding or decoding the request body. Setting this will also update the contentType's charset.

Defaults to utf-8.

Implementation

Encoding? encoding = utf8;