TEHeader class final
A class representing the HTTP TE header.
The TE header indicates the transfer encodings the client is willing to accept, optionally with quality values.
Constructors
-
TEHeader.encodings(List<
TeQuality> encodings) - Constructs a TEHeader instance with the specified list of encodings.
-
TEHeader.parse(Iterable<
String> values) -
Parses the TE header value and returns a TEHeader instance.
factory
Properties
Methods
-
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
Constants
-
codec
→ const HeaderCodec<
TEHeader>