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 40449d6 commit d8104be
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ public class ContentType {
public static final String TEXT_PLAIN = "text/plain";
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";

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

0 comments on commit d8104be

Please sign in to comment.