commit | 028862f5955bef0e48ba0766a9dff037b4b0d52d | [log] [tgz] |
---|---|---|
author | lrn@google.com <lrn@google.com> | Fri Aug 22 08:52:09 2014 +0000 |
committer | lrn@google.com <lrn@google.com> | Fri Aug 22 08:52:09 2014 +0000 |
tree | c1b046f6fe490ecbd11dfd534027edb98d2e678d | |
parent | 2c00bc4eee5bb063e2b67055bc0d7be4ea0ad040 [diff] |
Update dart:collection to version 1.0.0 R=sgjesse@google.com Review URL: https://codereview.chromium.org//463333004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/http_parser@39484 260f80e4-7a28-3924-810f-c04153c831b5
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
.