class Protocol::HTTP::Reference

def query?

@returns [Boolean] Whether the reference has a query string.
def query?
	@query and !@query.empty?
end