Added a DataUri
class for encoding and decoding data URIs.
The MIME spec says that media types and their parameter names are case-insensitive. Accordingly, MediaType
now uses a case-insensitive map for its parameters and its type
and subtype
fields are now always lowercase.
This is 1.0.0 because the API is stable—there are no breaking changes.
Added an AuthenticationChallenge
class for parsing and representing the value of WWW-Authenticate
and related headers.
Added a CaseInsensitiveMap
class for representing case-insensitive HTTP values.
dart:io
WebSocket code.collection
package.string_scanner
version constraint.CompatibleWebSocket
, for platform- and API-independent support for the WebSocket API.