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` or `dart:html`. | |
| OLD | NEW |