We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e3cdd1 commit ce17481Copy full SHA for ce17481
src/mime/type.go
@@ -62,6 +62,7 @@ var builtinTypesLower = map[string]string{
62
".htm": "text/html; charset=utf-8",
63
".html": "text/html; charset=utf-8",
64
".jpg": "image/jpeg",
65
+ ".jpeg": "image/jpeg",
66
".js": "application/javascript",
67
".wasm": "application/wasm",
68
".pdf": "application/pdf",
0 commit comments