class RubyLLM::Providers::Bedrock::Signing::SignerOptionExtractor

def self.initialize_unsigned_headers(options)

def self.initialize_unsigned_headers(options)
  headers = Set.new(options.fetch(:unsigned_headers, []).map(&:downcase))
  headers.merge(%w[authorization x-amzn-trace-id expect])
end