1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Adds WebAssembly MIME type

This commit is contained in:
Rob 2019-03-30 13:28:22 -04:00 committed by Hiroshi SHIBATA
parent 11a60f9bdb
commit c6229e7c69

View file

@ -95,6 +95,7 @@ module WEBrick
"tif" => "image/tiff",
"tiff" => "image/tiff",
"txt" => "text/plain",
"wasm" => "application/wasm",
"xbm" => "image/x-xbitmap",
"xhtml" => "text/html",
"xls" => "application/vnd.ms-excel",