class Protocol::HTTP::Header::ETag
Public Instance Methods
<<(value)
click to toggle source
# File lib/protocol/http/header/etag.rb, line 27 def << value replace(value) end
weak?()
click to toggle source
# File lib/protocol/http/header/etag.rb, line 31 def weak? self.start_with('\W') end