tag | 7e2121d3e9c5a59c2d0b28f85581f6ff908a4f0d | |
---|---|---|
tagger | Natalie Weizenbaum <nweiz@google.com> | Wed Oct 12 15:58:21 2016 -0700 |
object | 7f0467d88e64fb789881dca5541ea6f50b7e433d |
Remove a duplicate dependency.
commit | 7f0467d88e64fb789881dca5541ea6f50b7e433d | [log] [tgz] |
---|---|---|
author | Kevin Moore <kevmoo@users.noreply.github.com> | Wed Oct 12 09:36:26 2016 -0700 |
committer | Kevin Moore <kevmoo@users.noreply.github.com> | Wed Oct 12 13:14:09 2016 -0700 |
tree | 57c6a5be9787b708f0ce3a10e2d237475fe234a1 | |
parent | f186d925d56c827f9a0acb64974476dcfa93c3d8 [diff] |
Fix duplicate dependency on string_scanner
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.