strelka: A simple, flexible and composable web-router
Deprecated
An HTTP server can be defined as a request parser, which produces a response, while managing some state. As simple as that. This library exploits that fact to produce a very simple and flexible API, which can then be used on top of any server implementation.
- 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.
Modules
[Index]
Downloads
- strelka-1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.4, 0.4.0.1, 1, 2, 2.0.1, 2.0.2, 2.0.2.1, 2.0.2.2, 2.0.3, 2.0.4, 2.0.5 |
---|---|
Dependencies | attoparsec (>=0.13 && <0.14), base (<5), base-prelude (<2), base64-bytestring (>=1 && <2), bifunctors (>=5 && <6), bytestring (>=0.10.8 && <0.11), hashable (>=1 && <2), http-media (>=0.6.4 && <0.7), mtl (>=2 && <3), semigroups (>=0.18 && <0.19), strelka-core (>=0.1 && <0.2), text (>=1 && <2), transformers (>=0.4 && <0.6), unordered-containers (>=0.2 && <0.3) [details] |
License | MIT |
Copyright | (c) 2016, Nikita Volkov |
Author | Nikita Volkov <nikita.y.volkov@mail.ru> |
Maintainer | Nikita Volkov <nikita.y.volkov@mail.ru> |
Category | Web |
Home page | https://github.com/nikita-volkov/strelka |
Bug tracker | https://github.com/nikita-volkov/strelka/issues |
Source repo | head: git clone git://github.com/nikita-volkov/strelka.git |
Uploaded | by NikitaVolkov at 2016-12-09T12:56:01Z |
Distributions | |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Downloads | 5796 total (24 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |