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

Commit a62f0d0

Browse files
committed
Add MimeTypes.ServerSentEvents
1 parent ccebe49 commit a62f0d0

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
@@ -842,6 +842,7 @@ public static class MimeTypes
842842
public const string NetSerializer = "application/x-netserializer";
843843
public const string Bson = "application/bson";
844844
public const string Binary = "application/octet-stream";
845+
public const string ServerSentEvents = "text/event-stream";
845846

846847
public static string GetExtension(string mimeType)
847848
{

0 commit comments

Comments
 (0)