jsonPut method
Implementation
RequestX jsonPut () {
_method = RequestMethod.put;
_headers['Accept'] = 'application/json';
_headers['Content-Type'] = 'application/json; charset=UTF-8';
return this;
}
RequestX jsonPut () {
_method = RequestMethod.put;
_headers['Accept'] = 'application/json';
_headers['Content-Type'] = 'application/json; charset=UTF-8';
return this;
}