You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am in the process of developing a system that enables the dynamic registration and removal of HTTP routes while the service is in operation.
While Matchit offers impressive functionality, it currently lacks the capability to remove and update routes. Is there a possibility of incorporating these features into the framework?
I understand that there are existing workarounds for this limitation, but having built-in support for these actions in the future would be greatly appreciated.
Thank you for your dedication and hard work!
The text was updated successfully, but these errors were encountered:
I've heard of services that require this before, I'd happily accept a pull request implementing remove. Also something to consider - removing a route could allow affected static nodes to be merged with their parent, though this could be implemented later.
Updating a route's value is already supported via at_mut, unless you were referring to a different type of update?
I am in the process of developing a system that enables the dynamic registration and removal of HTTP routes while the service is in operation.
While Matchit offers impressive functionality, it currently lacks the capability to remove and update routes. Is there a possibility of incorporating these features into the framework?
I understand that there are existing workarounds for this limitation, but having built-in support for these actions in the future would be greatly appreciated.
Thank you for your dedication and hard work!
The text was updated successfully, but these errors were encountered: