NanoHttpd / nanohttpd

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

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

Open omerteo opened 2 years ago

omerteo commented 2 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?