# File lib/typhoeus/request/callbacks.rb, line 120
      def execute_headers_callbacks(response)
        (Typhoeus.on_headers + on_headers).map do |callback|
          callback.call(response)
        end
      end