class Protocol::HTTP::Reference

def query_string?

def query_string?
	@query_string and !@query_string.empty?
end