class HTTP::Request

def inspect

Returns:
  • (String) -
def inspect
  "#<#{self.class}/#{@version} #{verb.to_s.upcase} #{uri}>"
end