class Protocol::HTTP::Reference

def base

Just the base path, without any query string, parameters or fragment.
def base
	self.class.new(@path, nil, nil, nil)
end