class Protocol::HTTP::Header::ETag

def << value

def << value
	replace(value)
end

def weak?

def weak?
	self.start_with?("W/")
end