@hackage strelka0.4
Extremely flexible and composable router
Categories
License
MIT
Maintainer
Nikita Volkov <nikita.y.volkov@mail.ru>
Links
Versions
Deprecated
Dependencies (15)
- attoparsec >=0.13 && <0.14
- base <5
- base-prelude <2
- base64-bytestring >=1 && <2
- bifunctors >=5 && <6
- bytestring >=0.10.8 && <0.11 Show all…
Dependents (2)
@hackage/acme-everything, @hackage/strelka-wai
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.