def initialize(self, request, response): """Initializes this request handler with the given Request and Response.""" self.request = request self.response = response