kinode-dao / process_lib

Standard Library crate for Kinode processes written in Rust
Apache License 2.0
3 stars 2 forks source link

feature: bind_http_paths #101

Open bitful-pannul opened 1 week ago

bitful-pannul commented 1 week ago

Is your feature request related to a problem? Please describe.

If you have many api routes in your app, binding them all separately with bind_http_path can be annoying.

Describe the solution you'd like Loop through a Vec and bind every one

Additional context If path 3/5 fails, unbind the previous paths?