Handler Chain Concept ===================== All rate limiting, caching, and data transformation is handled by objects extending the Handlers.RequestHandler class. These are completely user configurable. TODO: add more info about this