diff --git a/docs/_newsfragments/2244.newandimproved.rst b/docs/_newsfragments/2244.newandimproved.rst new file mode 100644 index 000000000..2710fc9bc --- /dev/null +++ b/docs/_newsfragments/2244.newandimproved.rst @@ -0,0 +1,3 @@ +:class:`falcon.routing.StaticRoute` now supports rendering ``Last-Modified`` +header when serving static files. It also checks ``If-Modified-Since`` +and return ``304 Not Modified`` if appropriate.