Skip to content

Commit 0207d5c

Browse files
committed
XMLDict.jl
1 parent b14707d commit 0207d5c

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

REQUIRE

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
julia 1.0.0
22
JSON
3-
HTTP
4-
XMLDict >= 0.2.1
3+
HTTP

src/Merly.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import Base.|
33

44
using Sockets,
55
JSON,
6-
HTTP,
7-
XMLDict
6+
HTTP#,
7+
#XMLDict
88

99
include("base.jl")
1010
include("mimetypes.jl")

src/allformats.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ end
1414

1515
formats = Dict(
1616
"application/json" => tojson
17-
, "application/xml" => toxml
17+
#, "application/xml" => toxml
1818
, "*/*" => toplanetext
1919
, "text/plain" => toplanetext
2020
)

0 commit comments

Comments
 (0)