Skip to content

Commit

Permalink
Merge pull request #259 from reportportal/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
HardNorth authored Nov 28, 2024
2 parents 40449d6 + 08bc858 commit 4731bc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]
### Added
- Some new types to `ContentType` class, by @HardNorth

## [5.2.22]
### Changed
Expand Down
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 4731bc6

Please sign in to comment.