Fix a library name conflict in pkg/http_parser.

R=rnystrom@google.com
BUG=19117

Review URL: https://codereview.chromium.org//311663002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/http_parser@36902 260f80e4-7a28-3924-810f-c04153c831b5
12 files changed
tree: 366528e34de0f9f7c00b89b8f59ccbedc9528842
  1. lib/
  2. test/
  3. CHANGELOG.md
  4. LICENSE
  5. pubspec.yaml
  6. README.md
README.md

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.