withUTFEncoding method
Response
withUTFEncoding()
Implementation
http.Response withUTFEncoding() {
headers["content-type"] = 'application/json; charset=utf-8';
return this;
}
http.Response withUTFEncoding() {
headers["content-type"] = 'application/json; charset=utf-8';
return this;
}