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
302 was defined as Moved Temporarily in the HTTP/1.0 spec, but changed to Found in HTTP/1.1. Is it possible to update the name here, but keep StatusCodes.MOVED_TEMPORARILY as an alias of StatusCodes.FOUND to avoid a breaking change?