Method: HTTPX::Headers#==

Defined in:
lib/httpx/headers.rb

#==(other) ⇒ Object



102
103
104
# File 'lib/httpx/headers.rb', line 102

def ==(other)
  to_hash == Headers.new(other).to_hash
end