toFormData method

BuildRequest<T> toFormData()

Implementation

BuildRequest<T> toFormData() {
  setParamsToFormData(true);
  return this;
}