httpcache icon indicating copy to clipboard operation
httpcache copied to clipboard

Get a working HTTP Cache in Go (Golang) with only 3 lines of code!!!!

Results 7 httpcache issues
Sort by recently updated
recently updated
newest added

There are a couple of issues in this repo opened for a year and some of the important ones are not merged in, like #29. Just wondering if this repo...

https://redis.com/blog/go-redis-official-redis-client/ and tidy

In the current state, the client will print `cached-item already expired failed to retrieve from cache, trying with a live version` whenever a cache miss happens. And there doesn't seems...

The library uses a Cache Key composed out of the Request Method and` http.Request.RequestURI`. However "RequestURI" is a server only field and is empty on client side. Thus all GET...

When user gets a file from a server, we also can temporarily cache it into the current disk of the application.

Hello, I am testing httpcache with my http client and I encountered an unexpected result. I send a request to a server that responds me the following response (see the...