]> Git — Sourcephile - haskell/symantic-http.git/commit
Optimize static routing with a Map instead of (<!>)
authorJulien Moutinho <julm+symantic-http@autogeree.net>
Mon, 1 Apr 2019 02:07:38 +0000 (02:07 +0000)
committerJulien Moutinho <julm+symantic-http@autogeree.net>
Mon, 1 Apr 2019 02:53:21 +0000 (02:53 +0000)
commitc836644d6b4be4c98697e2ea99e289463d18864a
tree4bd5d56cfc776d18bcb516b2c169c7b70cc5a1e8
parent724109e50513e51aac69cbe5405c82d27db75102
Optimize static routing with a Map instead of (<!>)
15 files changed:
symantic-http-client/Symantic/HTTP/Client.hs
symantic-http-client/symantic-http-client.cabal
symantic-http-demo/COPYING [new symlink]
symantic-http-demo/client/Main.hs
symantic-http-demo/symantic-http-demo.cabal
symantic-http-doc/symantic-http-doc.cabal
symantic-http-server/Symantic/HTTP/Server.hs
symantic-http-server/symantic-http-server.cabal
symantic-http-test/Hspec/Client/BasicAuth.hs
symantic-http-test/Hspec/Server.hs
symantic-http-test/Hspec/Server/Router.hs [new file with mode: 0644]
symantic-http-test/Hspec/Utils.hs
symantic-http-test/symantic-http-test.cabal
symantic-http/Symantic/HTTP/API.hs
symantic-http/symantic-http.cabal