NanoHttpd / nanohttpd

Tiny, easily embeddable HTTP server in Java.
http://nanohttpd.org
BSD 3-Clause "New" or "Revised" License
6.96k stars 1.7k forks source link

Using the webserver disables "caches" object/API on the browser? #614

Open omerteo opened 3 years ago

omerteo commented 3 years ago

I am trying to cache images using the cache API but when using this webserver, the API is not available. I am guessing this is due to the no-cache header. Any way to disable this?