body property

HttpBody? body
getter/setter pair

Body of the HTTP request.

The body can take any generic value. The value is written to the HttpRequest of the [Task].

Optional.

Implementation

HttpBody? body;