]> Git — Sourcephile - haskell/symantic-http.git/commit
Improve MIME support
authorJulien Moutinho <julm+symantic-http@autogeree.net>
Sat, 9 Mar 2019 18:15:10 +0000 (18:15 +0000)
committerJulien Moutinho <julm+symantic-http@autogeree.net>
Mon, 11 Mar 2019 14:51:31 +0000 (14:51 +0000)
commit5a96965bb93a44c057a81f6032b1fc68da58f82e
tree9e4f7fd9554d33555121790f55c933870f7df0c1
parentb4e7f4a797722b463a7fb274b94a601bcc345b20
Improve MIME support
14 files changed:
Symantic/HTTP.hs
Symantic/HTTP/API.hs
Symantic/HTTP/Client.hs
Symantic/HTTP/Client/Connection.hs
Symantic/HTTP/Layout.hs
Symantic/HTTP/MIME.hs [new file with mode: 0644]
Symantic/HTTP/Mime.hs [deleted file]
Symantic/HTTP/Mime/Type.hs [deleted file]
Symantic/HTTP/Server.hs
Symantic/HTTP/Utils.hs [new file with mode: 0644]
symantic-http.cabal
test/Hspec/API.hs
test/Hspec/Client.hs
test/Hspec/Server/Error.hs