File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ static constexpr const char *T__ico = ".ico";
116116static constexpr const char *T__jpg = " .jpg" ;
117117static constexpr const char *T__js = " .js" ;
118118static constexpr const char *T__json = " .json" ;
119+ static constexpr const char *T__mp4 = " .mp4" ;
119120static constexpr const char *T__pdf = " .pdf" ;
120121static constexpr const char *T__png = " .png" ;
121122static constexpr const char *T__svg = " .svg" ;
@@ -143,6 +144,7 @@ static constexpr const char *T_text_css = "text/css";
143144static constexpr const char *T_text_event_stream = " text/event-stream" ;
144145static constexpr const char *T_text_html = " text/html" ;
145146static constexpr const char *T_text_plain = " text/plain" ;
147+ static constexpr const char *T_video_mp4 = " video/mp4" ;
146148static constexpr const char *T_text_xml = " text/xml" ;
147149
148150// Response codes
You can’t perform that action at this time.
0 commit comments