| tag | d6aa489eaa7763c8b90a2cf93be8703eac7fe865 | |
|---|---|---|
| tagger | Natalie Weizenbaum <nweiz@google.com> | Tue Dec 06 21:45:03 2016 |
| object | 50e55f63f4b9265bfa65cafb642cc7ba27b0eeca |
Add a chunkedCoding codec.
| commit | 50e55f63f4b9265bfa65cafb642cc7ba27b0eeca | [log] [tgz] |
|---|---|---|
| author | Natalie Weizenbaum <nweiz@google.com> | Tue Dec 06 21:44:02 2016 |
| committer | GitHub <noreply@github.com> | Tue Dec 06 21:44:02 2016 |
| tree | 6bf113e966b3b2398dce7d7652191825c4e4276d | |
| parent | 7f0467d88e64fb789881dca5541ea6f50b7e433d [diff] |
Add a Codec for the chunked transfer coding. (#8)
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.