getContentType
const char *getContentType();
const char *content_type = conn.getContentType();
const char *content_type = conn.getContentType();
if (getResponseCode() == HTTP_OK && is_contenttype_ipp(getContentType())) {
if (getResponseCode() == HTTP_OK && is_contenttype_ipp(getContentType())) {