body property
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;
Body of the HTTP request.
The body can take any generic value. The value is written to the HttpRequest of the [Task].
Optional.
HttpBody? body;