jsonGet method
Implementation
RequestX jsonGet () {
_method = RequestMethod.get;
_headers['Accept'] = 'application/json';
return this;
}
RequestX jsonGet () {
_method = RequestMethod.get;
_headers['Accept'] = 'application/json';
return this;
}