]> Git — Sourcephile - haskell/symantic-http.git/commit
Add support for multiple MIME types
authorJulien Moutinho <julm+symantic-http@autogeree.net>
Sat, 9 Mar 2019 02:04:39 +0000 (02:04 +0000)
committerJulien Moutinho <julm+symantic-http@autogeree.net>
Mon, 11 Mar 2019 14:51:31 +0000 (14:51 +0000)
commitb4e7f4a797722b463a7fb274b94a601bcc345b20
tree1ba3caa84de3b9bbf0ffbb297b3923c7c5cba60c
parent521b427762e1ce7ded4d9f802b6494c4452b7f2b
Add support for multiple MIME types
14 files changed:
Symantic/HTTP/API.hs
Symantic/HTTP/Client.hs
Symantic/HTTP/Client/Connection.hs
Symantic/HTTP/Client/Monad.hs [deleted file]
Symantic/HTTP/Layout.hs
Symantic/HTTP/Media.hs [deleted file]
Symantic/HTTP/Mime.hs
Symantic/HTTP/Mime/Type.hs
Symantic/HTTP/Server.hs
symantic-http.cabal
test/Hspec.hs
test/Hspec/API.hs
test/Hspec/Client.hs
test/Hspec/Server/Error.hs