@@ -127,31 +127,31 @@ static constexpr const char *T__woff = ".woff"; // WOFF: Font file. Legacy sup
127127static constexpr const char *T__woff2 = " .woff2" ; // WOFF2: Better compression. Compatible with all modern browsers.
128128static constexpr const char *T__xml = " .xml" ; // XML: Configuration and data files
129129static constexpr const char *T_application_javascript = " application/javascript" ; // Obsolete type for JavaScript
130- static constexpr const char *T_application_json = " application/json" ;
131- static constexpr const char *T_application_msgpack = " application/msgpack" ;
130+ static constexpr const char *T_application_json = " application/json" ;
131+ static constexpr const char *T_application_msgpack = " application/msgpack" ;
132132static constexpr const char *T_application_octet_stream = " application/octet-stream" ;
133- static constexpr const char *T_application_pdf = " application/pdf" ;
133+ static constexpr const char *T_application_pdf = " application/pdf" ;
134134static constexpr const char *T_app_xform_urlencoded = " application/x-www-form-urlencoded" ;
135135static constexpr const char *T_audio_opus = " audio/opus" ;
136- static constexpr const char *T_font_ttf = " font/ttf" ;
137- static constexpr const char *T_font_woff = " font/woff" ;
138- static constexpr const char *T_font_woff2 = " font/woff2" ;
139- static constexpr const char *T_image_avif = " image/avif" ;
140- static constexpr const char *T_image_gif = " image/gif" ;
141- static constexpr const char *T_image_jpeg = " image/jpeg" ;
142- static constexpr const char *T_image_png = " image/png" ;
143- static constexpr const char *T_image_svg_xml = " image/svg+xml" ;
144- static constexpr const char *T_image_webp = " image/webp" ;
145- static constexpr const char *T_image_x_icon = " image/x-icon" ;
146- static constexpr const char *T_text_css = " text/css" ;
147- static constexpr const char *T_text_csv = " text/csv" ;
148- static constexpr const char *T_text_event_stream = " text/event-stream" ;
149- static constexpr const char *T_text_html = " text/html" ;
150- static constexpr const char *T_text_javascript = " text/javascript" ;
151- static constexpr const char *T_text_plain = " text/plain" ;
152- static constexpr const char *T_text_xml = " text/xml" ;
153- static constexpr const char *T_video_mp4 = " video/mp4" ;
154- static constexpr const char *T_video_webm = " video/webm" ;
136+ static constexpr const char *T_font_ttf = " font/ttf" ;
137+ static constexpr const char *T_font_woff = " font/woff" ;
138+ static constexpr const char *T_font_woff2 = " font/woff2" ;
139+ static constexpr const char *T_image_avif = " image/avif" ;
140+ static constexpr const char *T_image_gif = " image/gif" ;
141+ static constexpr const char *T_image_jpeg = " image/jpeg" ;
142+ static constexpr const char *T_image_png = " image/png" ;
143+ static constexpr const char *T_image_svg_xml = " image/svg+xml" ;
144+ static constexpr const char *T_image_webp = " image/webp" ;
145+ static constexpr const char *T_image_x_icon = " image/x-icon" ;
146+ static constexpr const char *T_text_css = " text/css" ;
147+ static constexpr const char *T_text_csv = " text/csv" ;
148+ static constexpr const char *T_text_event_stream = " text/event-stream" ;
149+ static constexpr const char *T_text_html = " text/html" ;
150+ static constexpr const char *T_text_javascript = " text/javascript" ;
151+ static constexpr const char *T_text_plain = " text/plain" ;
152+ static constexpr const char *T_text_xml = " text/xml" ;
153+ static constexpr const char *T_video_mp4 = " video/mp4" ;
154+ static constexpr const char *T_video_webm = " video/webm" ;
155155
156156// Response codes
157157static constexpr const char *T_HTTP_CODE_100 = " Continue" ;
0 commit comments