Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```