mime: add .webp for builtin

This commit is contained in:
Eduard Urbach 2019-05-21 14:40:00 +09:00
parent 2d7cb295fd
commit f191e1c325
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0

View file

@ -69,6 +69,7 @@ var builtinTypesLower = map[string]string{
".png": "image/png",
".svg": "image/svg+xml",
".wasm": "application/wasm",
".webp": "image/webp",
".xml": "text/xml; charset=utf-8",
}