body property

String? body

Gets this request's body.

Implementation

String? get body;
void body=(String? body)

Sets this request's plain-text body.

Depending on the platform, this may be encoded to bytes prior to sending. Be sure to set encoding if this request body should be encoded with something other than the default utf-8.

Implementation

set body(String? body);