victorspringer / http-cache

High performance Golang HTTP middleware for server-side application layer caching, ideal for REST APIs
https://godoc.org/github.com/victorspringer/http-cache
MIT License
339 stars 63 forks source link

PURGE #5

Open KarlAustin opened 5 years ago

KarlAustin commented 5 years ago

Hi,

Have you thought about using the HTTP PURGE method for handling cache purges? It'd be more standards complaint and allow this to be used behind/in-front of other products. Optionally some authentication for requests if someone is exposing their app straight to the network.

Thanks,

Karl