d2b78852cf
This will allow HTTP format parsing to be shared between shelf and the http package, as well as potentially other packages. R=kevmoo@google.com Review URL: https://codereview.chromium.org//223023003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34680 260f80e4-7a28-3924-810f-c04153c831b5
4 lines
238 B
Markdown
4 lines
238 B
Markdown
`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`.
|