WeakEtag class
A weak Etag, that identifies the file/payload allowing tag collisions, but easy to generate.
- Weak Etag requests can be cached, but prevents range requests caching.
- See StrongEtag.
Constructors
-
WeakEtag.new(List<
String> values, {String delimiter = ','}) -
WeakEtag.adler32(List<
int> bytes) -
factory
-
WeakEtag.crc32(List<
int> bytes) -
factory
- WeakEtag.parse(String s, {String delimiter = ','})
-
factory
Properties
Methods
-
equals(
Object? other) → bool -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override