body property

dynamic body
getter/setter pair

The body of the this request.

Prior to execution, body will be encoded according to its contentType codec in CodecRegistry.

To disable encoded, set encodeBody to false: body must be a List<int> when encoding is disabled.

Implementation

dynamic body;