feat(middleware): add cache control middleware to manage response caching for image files

This commit is contained in:
Will Miao
2025-09-16 15:05:31 +08:00
parent 64e1dd3dd6
commit 30956aeefc
3 changed files with 55 additions and 1 deletions

1
middleware/__init__.py Normal file
View File

@@ -0,0 +1 @@
"""Server middleware modules"""