# File lib/typhoeus/request.rb, line 180
    def call_after_complete
      @after_complete.call(@handled_response) if @after_complete
    end