Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 `http_parser` is a platform-independent package for parsing and serializing | |
| 2 various HTTP-related formats. It's designed to be usable on both the browser and | |
| 3 the server, and thus avoids referencing any types from `dart:io`. | |
|
kevmoo
2014/04/03 00:13:08
...or `dart:html`
...to be fair. :-)
nweiz
2014/04/03 00:51:18
Done.
| |
| OLD | NEW |