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

Commit d1faf83

Browse files
authored
Merge pull request #481 from wwwlicious/master
Adding Wire mimetype
2 parents e600c8a + ba81f02 commit d1faf83

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
@@ -1158,6 +1158,7 @@ public static class MimeTypes
11581158
public const string PlainText = "text/plain";
11591159
public const string MarkdownText = "text/markdown";
11601160
public const string MsgPack = "application/x-msgpack";
1161+
public const string Wire = "application/x-wire";
11611162
public const string NetSerializer = "application/x-netserializer";
11621163

11631164
public const string ImagePng = "image/png";

0 commit comments

Comments
 (0)