feat: handler proxy mecanism

This commit is contained in:
2026-04-20 13:01:38 +02:00
parent 5671d68e21
commit 4e50c42100
3 changed files with 125 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@ description = "Static pages as simple as a gzip file"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"requests>=2.33.1",
"toml>=0.10.2",
]