Dürüm (Turkish for wraps, as in food) is an HTTP wrapper for Scala.
It helps generalize the behavior of handling an HTTP request in a server application. Dürüm provides abstractions for common operations like logging, timing, authorization etc. It has no external dependency and expects you to provide concrete implementations for the operations it supports.
More documentation and examples are coming very soon.
Latest Version |
---|
0.1.0 |
Dürüm is not yet published to Maven Central. Once it is, replace version
and add following to your build.sbt
in order to add Dürüm to your project:
libraryDependencies += "dev.akif" %% "durum" % "{version}"
All contributions are welcome. Please feel free to send a pull request. Thank you.
Dürüm is licensed with MIT License. See LICENSE.md for details.