<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div><div>Typically when a JSON object is being returned it should be set as<b> "Content-Type: application/json"</b> and not set to <b>text/plain</b> as some client code may flag it as an error even though one can still read it.</div><div><br></div><div><br></div><div>('HTTP/1.0 200 OK\r\nDate: Sat, 13 Jun 2015 23:00:34 GMT\r\nContent-Length: 121\r\n<b>Content-Type: text/plain;</b> charset=utf-8\r\n\r\n', {u'status': u'Success', u'status_code': 200, u'type': u'sync', u'metadata': {u'status': u'STOPPED', u'status_code': 1, u'init': 0, u'ips': None}})</div><div><br></div><div><br></div><div><a href="http://www.iana.org/assignments/media-types/media-types.xhtml">http://www.iana.org/assignments/media-types/media-types.xhtml</a></div></body></html>