Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makiftutuncu/durum
Dürüm: Delicious HTTP Wrapper
https://github.com/makiftutuncu/durum
sbt scala
Last synced: 6 days ago
JSON representation
Dürüm: Delicious HTTP Wrapper
- Host: GitHub
- URL: https://github.com/makiftutuncu/durum
- Owner: makiftutuncu
- License: mit
- Created: 2019-12-25T13:35:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:43:27.000Z (11 months ago)
- Last Synced: 2024-05-01T12:51:52.451Z (6 months ago)
- Topics: sbt, scala
- Language: Scala
- Homepage:
- Size: 42 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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](#installation)
2. [Contributing](#contributing)
3. [License](#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:
```scala
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](https://github.com/makiftutuncu/durum/blob/master/LICENSE.md) for details.