1 2 3 4 5
module HTTPCodes HTTP_SUCCESS = '200'.freeze HTTP_UNAUTHORIZED = '401'.freeze HTTP_NOT_FOUND = '404'.freeze end