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.
1 parent b14707d commit 0207d5cCopy full SHA for 0207d5c
3 files changed
REQUIRE
@@ -1,4 +1,3 @@
1
julia 1.0.0
2
JSON
3
-HTTP
4
-XMLDict >= 0.2.1
+HTTP
src/Merly.jl
@@ -3,8 +3,8 @@ import Base.|
using Sockets,
5
JSON,
6
-HTTP,
7
-XMLDict
+HTTP#,
+#XMLDict
8
9
include("base.jl")
10
include("mimetypes.jl")
src/allformats.jl
@@ -14,7 +14,7 @@ end
14
15
formats = Dict(
16
"application/json" => tojson
17
- , "application/xml" => toxml
+ #, "application/xml" => toxml
18
, "*/*" => toplanetext
19
, "text/plain" => toplanetext
20
)
0 commit comments