The latest version of strelka is 2.0.5-0.
strelka
Version 2 revision 0 uploaded by NikitaVolkov.
Package meta
- Synopsis
- A simple, flexible and composable web-router
- Description
An HTTP server can be defined as a request parser, which produces a response, while managing the application state. As simple as that. This library exploits that fact to produce a very simple and flexible API, which can be executed on top of any specific HTTP-server implementation (e.g., Warp).
- Library Structure
- The API is split into a set of DSLs targeted at solving specific problems in isolation, thus facilitating a proper separation of concerns.
- Server Bindings
- Currently only a binding to WAI and Warp is known: http://hackage.haskell.org/package/strelka-wai.
- Demo
- For a thorough demonstration of the library and suggested usage patterns check out the following project: https://github.com/nikita-volkov/strelka-demo.
- Author
- Nikita Volkov <nikita.y.volkov@mail.ru>
- Bug reports
- https://github.com/nikita-volkov/strelka/issues
- Category
- Web
- Copyright
- (c) 2016, Nikita Volkov
- Homepage
- https://github.com/nikita-volkov/strelka
- Maintainer
- Nikita Volkov <nikita.y.volkov@mail.ru>
- Package URL
- n/a
- Stability
- n/a