@hackage strelka0.4.0.1

A flexible and composable HTTP-router

An HTTP server can be defined as a request parser, which produces a response. As simple as that. This library exploits that fact to produce a very simple API, which can then be used on top of any server implementation.

Warning
This library is currently in active development. The API can change rapidly.
Demo
https://github.com/nikita-volkov/strelka-demo.