Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 4de0db7

Browse files
authored
Add mime type (#531)
1 parent 1e2c2ad commit 4de0db7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ServiceStack.Text/HttpUtils.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1384,6 +1384,7 @@ public static class MimeTypes
13841384
public const string Xml = "application/xml";
13851385
public const string XmlText = "text/xml";
13861386
public const string Json = "application/json";
1387+
public const string ProblemJson = "application/problem+json";
13871388
public const string JsonText = "text/json";
13881389
public const string Jsv = "application/jsv";
13891390
public const string JsvText = "text/jsv";

0 commit comments

Comments
 (0)