read / write
Whether or not body should be encoded according to contentType.
Defaults to true. When true, body will automatically be encoded by selecting a codec from
HTTPCodecRepository by contentType. If false, body must be a List<int>
.
Whether or not body should be encoded according to contentType.
Defaults to true. When true, body will automatically be encoded by selecting a codec from
HTTPCodecRepository by contentType. If false, body must be a List<int>
.