servant/servant-server/test/Servant/Server
Andres Loeh 8c778825c7 Improvements and visualization of router structure.
* Improves how Routers are built, in particular via
the `choice` smart constructors. Static lookups are
now used more often.

* We now have test cases making sure that certain
routers have the same structure.

* The router structure can now be visualized for debugging
purposes as a tree. The new functions `layout` and
`layoutWithContext` do this.
2016-04-11 08:08:37 +02:00
..
Internal renaming: Config -> Context 2016-03-07 23:12:24 +08:00
UsingContextSpec renaming: Config -> Context 2016-03-07 23:12:24 +08:00
ErrorSpec.hs return 400 (instead of 404) on invalid captures 2016-03-26 20:59:00 +08:00
RouterSpec.hs Improvements and visualization of router structure. 2016-04-11 08:08:37 +02:00
StreamingSpec.hs servant-server: add a test-case for streaming request bodies from client to server 2016-03-27 17:23:33 +08:00
UsingContextSpec.hs renaming: Config -> Context 2016-03-07 23:12:24 +08:00