kinode-dao/process_lib

feature: bind_http_paths

Closed this issue · 0 comments

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<T: path> and bind every one

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