httprouter icon indicating copy to clipboard operation
httprouter copied to clipboard

Question: will re-registering a handler work properly?

Open dchukmasov opened this issue 3 years ago • 0 comments

Hi! I need a router that is able to re-register (or remove) a handler. Adding the remove path function looks too complex a task, however, removing this condition seems to allow re-registration of a HandleFunc easily. Is there a pitfall that I do not see?

dchukmasov avatar Jun 16 '22 15:06 dchukmasov