Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/acoshift/cachestatic

Cache static content middleware for Golang net/http
https://github.com/acoshift/cachestatic

cache golang middleware

Last synced: about 1 month ago
JSON representation

Cache static content middleware for Golang net/http

Awesome Lists containing this project

README

        

# cachestatic

[![Build Status](https://travis-ci.org/acoshift/cachestatic.svg?branch=master)](https://travis-ci.org/acoshift/cachestatic)
[![Coverage Status](https://coveralls.io/repos/github/acoshift/cachestatic/badge.svg?branch=master)](https://coveralls.io/github/acoshift/cachestatic?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/acoshift/cachestatic)](https://goreportcard.com/report/github.com/acoshift/cachestatic)
[![GoDoc](https://godoc.org/github.com/acoshift/cachestatic?status.svg)](https://godoc.org/github.com/acoshift/cachestatic)

Cache Middleware for Golang