class HTTParty::HeadersProcessor

def call

def call
  return unless options[:headers]
  options[:headers] = headers.merge(options[:headers]) if headers.any?
  options[:headers] = Utils.stringify_keys(process_dynamic_headers)
end