On this pageContentType Index Enumeration membersJSONmatchesTEXTXMLEnumeration members JSONJSON: r'^application/json'matchesmatches: undefinedCheck if the content type matches the enum's pattern.TEXTTEXT: r'^text/'XMLXML: r'^application/.*xml$'
Check if the content type matches the enum's pattern.