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