class Protocol::HTTP::Header::ETag
def weak?
Weak validators indicate semantically equivalent content but may not be byte-for-byte identical.
Checks whether the `etag` is a weak validator.
def weak? self.start_with?("W/") end
def weak? self.start_with?("W/") end