https://github.com/acoshift/cachestatic
Cache static content middleware for Golang net/http
https://github.com/acoshift/cachestatic
cache golang middleware
Last synced: about 2 months 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-12T17:43:00.000Z (almost 8 years ago)
- Last Synced: 2025-02-01T02:20:01.540Z (4 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
[](https://travis-ci.org/acoshift/cachestatic)
[](https://coveralls.io/github/acoshift/cachestatic?branch=master)
[](https://goreportcard.com/report/github.com/acoshift/cachestatic)
[](https://godoc.org/github.com/acoshift/cachestatic)Cache Middleware for Golang