Skip to content

Commit

Permalink
Merge pull request #17 from robfors/mime
Browse files Browse the repository at this point in the history
Adds WebAssembly MIME type
  • Loading branch information
hsbt authored May 2, 2019
2 parents f666f78 + fd8a669 commit d7bb004
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/webrick/httputils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def normalize_path(path)
"tif" => "image/tiff",
"tiff" => "image/tiff",
"txt" => "text/plain",
"wasm" => "application/wasm",
"xbm" => "image/x-xbitmap",
"xhtml" => "text/html",
"xls" => "application/vnd.ms-excel",
Expand Down

0 comments on commit d7bb004

Please sign in to comment.