Fiber v2 (https://gofiber.io/) automatically adds a HEAD route for each GET route.Is it possible to prevent this?
I want only the GETs to be registered. Actually, I want to register only those routes I add explicitly.
Is it possible to do this?
Fiber v2 (https://gofiber.io/) automatically adds a HEAD route for each GET route.Is it possible to prevent this?
I want only the GETs to be registered. Actually, I want to register only those routes I add explicitly.
Is it possible to do this?