body method

QuickRequest body(
  1. dynamic body
)

Implementation

QuickRequest body(dynamic body) {
  _body = body;
  return this;
}