Remove routes from URLRouter in vibe.d

FreeSlave freeslave93 at gmail.com
Wed Mar 17 16:37:36 UTC 2021


I want to be able to dynamically remove some routes in my Vibe.d 
application.
URLRouter accounts for newly added routes, but I can't find a way 
to clear routes unless I create the new URLRouter object, in 
which case I also need to re-create HTTP listener.
Also, is it safe to replace already existing route handlers?


More information about the Digitalmars-d-learn mailing list