]> Git — Sourcephile - haskell/symantic-http.git/commit
Add streaming support through pipes
authorJulien Moutinho <julm+symantic-http@autogeree.net>
Sun, 24 Mar 2019 19:23:50 +0000 (19:23 +0000)
committerJulien Moutinho <julm+symantic-http@autogeree.net>
Sun, 24 Mar 2019 19:23:50 +0000 (19:23 +0000)
commitfb5665cd70bde32b7b31ffa5925bcb9514477048
treeeceab53f5f872ff2a02ba77930d40611af8e343e
parent8bd186644188ee7e840c901aac6273cd3a5c528e
Add streaming support through pipes
18 files changed:
Symantic/HTTP/API.hs
Symantic/HTTP/Client.hs
Symantic/HTTP/Client/Connection.hs [deleted file]
Symantic/HTTP/Layout.hs
Symantic/HTTP/MIME.hs
Symantic/HTTP/Pipes.hs [new file with mode: 0644]
Symantic/HTTP/Server.hs
symantic-http.cabal
test/Hspec.hs
test/Hspec/API.hs
test/Hspec/Client.hs
test/Hspec/Client/BasicAuth.hs [new file with mode: 0644]
test/Hspec/Client/Server.hs [new file with mode: 0644]
test/Hspec/Client/Stream.hs [new file with mode: 0644]
test/Hspec/Server.hs
test/Hspec/Server/Error.hs
test/Hspec/Server/Stream.hs [new file with mode: 0644]
test/Hspec/Utils.hs [new file with mode: 0644]