class HTTP::Headers

def inspect

Returns:
  • (String) -
def inspect
  "#<#{self.class} #{to_h.inspect}>"
end