Skip to content

Commit

Permalink
Add more known types
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Nov 28, 2024
1 parent 08bc858 commit 8a281fc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ public class ContentType {
public static final String TEXT_HTML = "text/html";
public static final String TEXT_XML = "text/xml";
public static final String TEXT_JSON = "text/json";
public static final String RP_JSON = "x-reportportal-entity-v2+json";
public static final String RP_JSON_ITEM = "application/x.reportportal.test.v2+json";
public static final String RP_JSON_LAUNCH = "application/x.reportportal.launch.v2+json";

// Form types
public static final String APPLICATION_FORM_URLENCODED = "application/x-www-form-urlencoded";
Expand Down

0 comments on commit 8a281fc

Please sign in to comment.