Chromium Code Reviews| Index: pkg/http_parser/README.md |
| diff --git a/pkg/http_parser/README.md b/pkg/http_parser/README.md |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..8b6d997e27b148477acfaf6fd4ceea935b8cc156 |
| --- /dev/null |
| +++ b/pkg/http_parser/README.md |
| @@ -0,0 +1,3 @@ |
| +`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`. |
|
kevmoo
2014/04/03 00:13:08
...or `dart:html`
...to be fair. :-)
nweiz
2014/04/03 00:51:18
Done.
|