class Protocol::HTTP::Reference

def to_s

@returns [String] The reference as a string.

Convert the reference to a string, e.g. `/foo/bar/index.html?x=10&y=20#section`
def to_s
	append
end