class HTTP::Response

def inspect

Inspect a response
def inspect
  "#<#{self.class}/#{@version} #{code} #{reason} #{headers.to_h.inspect}>"
end