Commit Graph
7 Commits
Author SHA1 Message Date
Andrey Bocharnikov 75fc5ac3f0 feat(proxy-cache)_: move lua code to separate folders 2025-07-17 15:40:46 +04:00
Andrey Bocharnikov 2923778531 feat(proxy-cache)_: extract try_single_provider 2025-06-27 14:58:46 +04:00
Andrey Bocharnikov 96d3bc5ec7 feat(proxy-cache)_: code improvements 2025-06-27 14:19:01 +04:00
Andrey Bocharnikov aabcdb3bcc feat(proxy-cache)_: style improvements 2025-06-26 16:41:44 +04:00
Andrey Bocharnikov 9c317c857b feat(proxy-cache)_: simple cache for permanent methods 2025-06-25 21:26:02 +04:00
Andrey Bocharnikov 7b8450fc34 feat(nginx-proxy)_: send raw response body (#24)
* feat(nginx-proxy)_: send raw response body

* improve error hanlding
* forward headers

fixes #23

* feat(health-manager)_: make provider checks less strict

fixes #25
2025-02-20 17:21:04 +04:00
Andrey Bocharnikov 6756ad8313 Support provider type param (#19)
* feat(health-checker)_: move content lua code from nginx.conf

fixes #17

* feat(nginx-proxy)_: support provider id as 3rd parameter in request path

fixes #17

* feat(health-checker)_: add provider type to RPCProvider struct
fixes #17
2025-02-18 17:39:10 +04:00