tag | 0fb2f51d176af7bdad852bd41d9ec5c020cb6767 | |
---|---|---|
tagger | Natalie Weizenbaum <nweiz@google.com> | Thu Mar 03 20:09:29 2016 |
object | 81accfc7491817383d2e1f5d5175be5314a8d49a |
Deprecate WebSocketChannel.
commit | 81accfc7491817383d2e1f5d5175be5314a8d49a | [log] [tgz] |
---|---|---|
author | Natalie Weizenbaum <nweiz@google.com> | Thu Mar 03 20:06:43 2016 |
committer | Natalie Weizenbaum <nweiz@google.com> | Thu Mar 03 20:06:43 2016 |
tree | c46e95b59f3eedb635324bd5336584eef6294e0c | |
parent | 0c5fc26f4236f6e29f00b6276a662648f9477026 [diff] |
Deprecate WebSocketChannel. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1763583003 .
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.