tag | e6e607e34aa62cc615635656ad47976bf78f0a59 | |
---|---|---|
tagger | Natalie Weizenbaum <nweiz@google.com> | Thu Jan 28 21:40:44 2016 |
object | 0c5fc26f4236f6e29f00b6276a662648f9477026 |
Add WebSocketChannel, deprecate CompatibleWebSocket.
commit | 0c5fc26f4236f6e29f00b6276a662648f9477026 | [log] [tgz] |
---|---|---|
author | Natalie Weizenbaum <nweiz@google.com> | Thu Jan 28 21:39:59 2016 |
committer | Natalie Weizenbaum <nweiz@google.com> | Thu Jan 28 21:39:59 2016 |
tree | 2843a14480a702e67b5f0eb9211d255436c87df0 | |
parent | 825b429907d4638bcb3605fd8c424a6fc14adb76 [diff] |
Release 2.1.0. R=rnystrom@google.com Review URL: https://codereview.chromium.org//1641323003 .
http_parser
is a platform-independent package for parsing and serializing various HTTP-related formats. It's designed to be usable on both the browser and the server, and thus avoids referencing any types from dart:io
or dart:html
. It includes:
Support for parsing and formatting dates according to HTTP/1.1, the HTTP/1.1 standard.
A MediaType
class that represents an HTTP media type, as used in Accept
and Content-Type
headers. This class supports both parsing and formatting media types according to HTTP/1.1.
A WebSocketChannel
class that provides a StreamChannel
interface for both the client and server sides of the WebSocket protocol independently of any specific server implementation.