Simple HTTP reverse proxy that dynamically manages backend services based on demand.
Go to file
2023-05-12 00:10:22 +02:00
.gitignore Created simple reverse proxy and configuration 2023-04-19 23:54:27 +02:00
Cargo.lock Added service spawning and stopping, yaml config 2023-05-07 13:47:51 +02:00
Cargo.toml Added service spawning and stopping, yaml config 2023-05-07 13:47:51 +02:00
conf.rs Added service spawning and stopping, yaml config 2023-05-07 13:47:51 +02:00
config.yml Added service spawning and stopping, yaml config 2023-05-07 13:47:51 +02:00
data.rs Better child killing 2023-05-12 00:10:22 +02:00
LICENSE Initial commit 2023-04-19 23:45:51 +02:00
main.rs Added service spawning and stopping, yaml config 2023-05-07 13:47:51 +02:00
README.md Initial commit 2023-04-19 23:45:51 +02:00
services.rs Better child killing 2023-05-12 00:10:22 +02:00

odproxy

Simple HTTP reverse proxy that dynamically manages backend services based on demand.