contentType property

ContentType contentType
getter/setter pair

The Content-Type that body should be encoded in.

body will be encoded according to the codec in CodecRegistry that matches this value.

Defaults to ContentType.json.

Implementation

ContentType contentType = ContentType.json;