marcodpt / minirps

Mini reverse proxy server written in rust
https://crates.io/crates/minirps
MIT License
14 stars 0 forks source link

Production/lazy mode #12

Open marcodpt opened 2 weeks ago

marcodpt commented 2 weeks ago

Static files must be loaded on demand.

Add a production flag for the current behavior where files are loaded at startup.