We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MimeExt
1 parent 04c450c commit fd8af64Copy full SHA for fd8af64
src/Mime_ext.jl
@@ -2,7 +2,7 @@ module Mime_ext
2
3
export MimeExt
4
5
-MimeExt = Dict{AbstractString,AbstractString}(
+const MimeExt = Dict{String,String}(
6
"ez" => "application/andrew-inset",
7
"anx" => "application/annodex",
8
"atom" => "application/atom+xml",
0 commit comments