toUrlEncoded method
Implementation
BuildRequest<T> toUrlEncoded() {
setParamsToFormData(true);
_options?.contentType = Headers.formUrlEncodedContentType;
return this;
}
BuildRequest<T> toUrlEncoded() {
setParamsToFormData(true);
_options?.contentType = Headers.formUrlEncodedContentType;
return this;
}