reverse proxy added

added tests for reverse proxy too
This commit is contained in:
Илья Глазунов
2025-12-03 00:05:11 +03:00
parent e2646a752a
commit 5262c5e1fb
7 changed files with 899 additions and 8 deletions
+3
View File
@@ -14,6 +14,7 @@ dependencies = [
"pyyaml (>=6.0,<7.0)",
"types-pyyaml (>=6.0.12.20250822,<7.0.0.0)",
"structlog (>=25.4.0,<26.0.0)",
"httpx (>=0.27.0,<0.28.0)",
]
[project.scripts]
@@ -23,6 +24,7 @@ pyserve = "pyserve.cli:main"
dev = [
"pytest",
"pytest-cov",
"pytest-asyncio",
"black",
"isort",
"mypy",
@@ -73,4 +75,5 @@ black = "^25.1.0"
isort = "^6.0.1"
mypy = "^1.17.1"
flake8 = "^7.3.0"
pytest-asyncio = "^1.3.0"