Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/acoshift/cachestatic
- Owner: acoshift
- License: mit
- Created: 2017-03-17T10:42:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-12T17:43:00.000Z (over 7 years ago)
- Last Synced: 2024-06-20T06:24:41.058Z (7 months ago)
- Topics: cache, golang, middleware
- Language: Go
- Homepage:
- Size: 16.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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