module RackStep
Extending the Rack::Response class to add a few methods to make the life of the developer a little easier.
Represents a single route. The verb can be ‘GET’, ‘PUT’, ‘POST’ or ‘DELETE’. The path is a string with something like ‘users’, the controller is the name of the class that will process this type of request.