mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-03-29 18:57:26 +00:00
feat(httpserver): improved mimetype handling for frontend files (#1481)
This commit is contained in:
committed by
GitHub
parent
48755f3008
commit
0efec12de6
@ -8,6 +8,8 @@ extern const char httpMimeTypeText[]; // TEXT MIME type
|
||||
extern const char httpMimeTypeJson[];
|
||||
extern const char httpMimeTypeBinary[];
|
||||
extern const char httpMimeTypeXML[];
|
||||
extern const char httpMimeTypeCSS[]; // CSS MIME type
|
||||
extern const char httpMimeTypeJavascript[]; // JS MIME type
|
||||
|
||||
extern const char htmlShortcutIcon[];
|
||||
extern const char htmlDoctype[];
|
||||
|
||||
Reference in New Issue
Block a user