Method: HTTPX::Headers#inspect

Defined in:
lib/httpx/headers.rb

#inspectObject

:nocov:



144
145
146
147
# File 'lib/httpx/headers.rb', line 144

def inspect
  "#<#{self.class}:#{object_id} " \
    "#{to_hash.inspect}>"
end