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
If UseBefore is not added, then it adds once, but having UseBefore adds it again to registeredPath in fasthttp making that array bloated, if every route has a UseBefore.
The text was updated successfully, but these errors were encountered:
Output:
map[GET:[/{id} /{id}] OPTIONS:[/{id}]]
If UseBefore is not added, then it adds once, but having UseBefore adds it again to registeredPath in fasthttp making that array bloated, if every route has a UseBefore.
The text was updated successfully, but these errors were encountered: