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

Commit b07cf03

Browse files
committed
Add Image MimeTypes
1 parent 5d7a963 commit b07cf03

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/ServiceStack.Text/HttpUtils.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -842,6 +842,11 @@ public static class MimeTypes
842842
public const string MarkdownText = "text/markdown";
843843
public const string MsgPack = "application/x-msgpack";
844844
public const string NetSerializer = "application/x-netserializer";
845+
846+
public const string ImagePng = "image/png";
847+
public const string ImageGif = "image/gif";
848+
public const string ImageJpg = "image/jpeg";
849+
845850
public const string Bson = "application/bson";
846851
public const string Binary = "application/octet-stream";
847852
public const string ServerSentEvents = "text/event-stream";

0 commit comments

Comments
 (0)