Commit Graph
12 Commits
Author SHA1 Message Date
Andrey Bocharnikov e16d707ccf feat(cache)_: add x-cache-level header 2025-09-09 17:41:51 +04:00
Andrey Bocharnikov 5e62fe5549 feat(nginx-proxy)_: bypassing cache 2025-09-09 17:41:51 +04:00
Andrey Bocharnikov 41e16d7308 feat(proxy-cache)_: fix cors headers for test-api 2025-07-28 21:46:47 +04:00
Andrey Bocharnikov 3b34c1d87d feat(proxy-cache)_: remove excessive logging 2025-07-21 20:35:14 +04:00
Andrey Bocharnikov 681c1dca8d feat(proxy-cache)_: improve request_handler
* extract filter providers function
* use standard way to remove hop‑by‑hop headers
* keep decoded body
* fix providers reload scheduler
2025-07-21 19:57:50 +04:00
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