module Rackful::StatusCodes

Groups together class {HTTPStatus} and its many subclasses into one namespace.

For code brevity and legibility, this module is included in {Rackful}, {Resource}, {Serializer}, and {Parser}. So class {HTTP404NotFound Rackful::StatusCodes::HTTP404NotFound} can also be addressed as {HTTP404NotFound} in any of those contexts.