class Async::HTTP::Reference
def + other
def + other other = self.class[other] self.class.new( expand_path(self.path, other.path), other.query_string, other.fragment, other.parameters, ) end
def + other other = self.class[other] self.class.new( expand_path(self.path, other.path), other.query_string, other.fragment, other.parameters, ) end