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

encodings List<TeQuality>
The list of encodings with their quality values.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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>