simple-cache
simple-cache copied to clipboard
This is a simple cache server.
Results
2
simple-cache issues
Sort by
recently updated
recently updated
newest added
Hi, what to do here? python cacheproxy.py 8001 Cache proxy is listening on port 8001 ... GET / HTTP/1.1 Host: 127.0.0.1:8001 Connection: keep-alive Cache-Control: max-age=0 sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="98",...
Hi, saw your blog post and wanted to point something out. Namely, snippets similar to this one: https://github.com/AlexanderEllis/simple-cache/blob/master/cache_server/cacheproxy.py#L85-L93 ``` try: # Check if we have this file locally fin =...