Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yannick-cw/http4s-cache
Caching middleware for http4s
https://github.com/yannick-cw/http4s-cache
Last synced: about 2 months ago
JSON representation
Caching middleware for http4s
- Host: GitHub
- URL: https://github.com/yannick-cw/http4s-cache
- Owner: yannick-cw
- Created: 2017-12-20T11:12:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-20T13:50:52.000Z (about 7 years ago)
- Last Synced: 2024-03-15T16:12:11.415Z (10 months ago)
- Language: Scala
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## http4s-cache
Provides caching based on scala-cache for http4s## Add to sbt
[![Build Status](https://travis-ci.org/yannick-cw/http4s-cache.svg?branch=master)](https://travis-ci.org/yannick-cw/http4s-cache)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.yannick-cw/http4s-cache/badge.svg)](https://mvnrepository.com/artifact/io.github.yannick-cw/http4s-cache_2.12)```scala
"io.github.yannick-cw" %% "http4s-cache" % x.x.x
```