bxcodec / httpcache

Get a working HTTP Cache in Go (Golang) with only 3 lines of code!!!!
MIT License
58 stars 15 forks source link

change URI with URL #29

Open pablodz opened 2 years ago

pablodz commented 2 years ago

Fix #28

darkweak commented 2 years ago

IMHO it should cache the varied keys too like that https://github.com/darkweak/souin/blob/master/rfc/standalone.go#L23 because some responses can set the Vary header.

pablodz commented 2 years ago

Maybe different levels of cache, depends on requirements