Add conditional GET/HEAD headers: If-Match, If-None-Match, If-Modified-Since, If-Unmodified-Since

This commit is contained in:
2026-03-09 15:09:15 +08:00
parent c6e368324a
commit 6c912a3d71
3 changed files with 237 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
from __future__ import annotations
APP_VERSION = "0.3.7"
APP_VERSION = "0.3.8"
def get_version() -> str: