Skip to content

makiftutuncu/durum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dürüm 🌯

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.

Table of Contents

  1. Installation
  2. Contributing
  3. License

Installation

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}"

Contributing

All contributions are welcome. Please feel free to send a pull request. Thank you.

License

Dürüm is licensed with MIT License. See LICENSE.md for details.

About

Dürüm: Delicious HTTP Wrapper

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages