102 103 104
# File 'lib/httpx/headers.rb', line 102 def ==(other) to_hash == Headers.new(other).to_hash end