Skip to content

Commit d6b43f4

Browse files
authored
Update literals.h
1 parent 5414b9a commit d6b43f4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/literals.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ static constexpr const char *T__ico = ".ico";
116116
static constexpr const char *T__jpg = ".jpg";
117117
static constexpr const char *T__js = ".js";
118118
static constexpr const char *T__json = ".json";
119+
static constexpr const char *T__mp4 = ".mp4";
119120
static constexpr const char *T__pdf = ".pdf";
120121
static constexpr const char *T__png = ".png";
121122
static constexpr const char *T__svg = ".svg";
@@ -143,6 +144,7 @@ static constexpr const char *T_text_css = "text/css";
143144
static constexpr const char *T_text_event_stream = "text/event-stream";
144145
static constexpr const char *T_text_html = "text/html";
145146
static constexpr const char *T_text_plain = "text/plain";
147+
static constexpr const char *T_video_mp4 = "video/mp4";
146148
static constexpr const char *T_text_xml = "text/xml";
147149

148150
// Response codes

0 commit comments

Comments
 (0)