commit | 5b815dceda510a314494c179ca28eb5bdc3b4f63 | [log] [tgz] |
---|---|---|
author | Kevin Moore <kevmoo@google.com> | Wed Jan 21 00:21:17 2015 |
committer | Kevin Moore <kevmoo@google.com> | Wed Jan 21 00:21:17 2015 |
tree | d03d7b96933e8b6a059edef8d427e60e28da3e28 | |
parent | 8b179e36aba985208e4c5fb15cfddd386b6370a4 [diff] |
http_parser: update unittest dependency, urls in pubspec and codereview remove unused variable R=nweiz@google.com Review URL: https://codereview.chromium.org//853353004
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
.