http-status-codes
http-status-codes copied to clipboard
302 name
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?