~lastrosade/jsthttpd

55e94418a31886c9a49516ad0d04754a42eb497f — Jeremy Lee Shields 4 years ago 7cfaffd
avif
2 files changed, 2 insertions(+), 0 deletions(-)

M src/mime_types.h
M src/mime_types.txt
M src/mime_types.h => src/mime_types.h +1 -0
@@ 11,6 11,7 @@
{ "asx", 0, "video/x-ms-asf", 0 },
{ "au", 0, "audio/basic", 0 },
{ "avi", 0, "video/x-msvideo", 0 },
{ "avif", 0, "image/avif", 0 },
{ "bcpio", 0, "application/x-bcpio", 0 },
{ "bin", 0, "application/octet-stream", 0 },
{ "bmp", 0, "image/bmp", 0 },

M src/mime_types.txt => src/mime_types.txt +1 -0
@@ 16,6 16,7 @@ asf	video/x-ms-asf
asx	video/x-ms-asf
au	audio/basic
avi	video/x-msvideo
avif image/avif
bcpio	application/x-bcpio
bin	application/octet-stream
bmp	image/bmp