Dynamic routes #1655
Unanswered
fpicarougne
asked this question in
Q&A
Dynamic routes
#1655
Replies: 1 comment
-
Loop::defer is your friend. You can pass nullptr as callback to remove a handler. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks for the work done.
I try to do a webserver that can modify the routes without stopping. Is it possible to add dynamic routes (from another thread via app.get... or inside the loop with a particular event)?
Beta Was this translation helpful? Give feedback.
All reactions