http_parser: update unittest dependency, urls in pubspec and codereview

remove unused variable

R=nweiz@google.com

Review URL: https://codereview.chromium.org//853353004
3 files changed
tree: d03d7b96933e8b6a059edef8d427e60e28da3e28
  1. lib/
  2. test/
  3. .gitignore
  4. .status
  5. CHANGELOG.md
  6. codereview.settings
  7. LICENSE
  8. pubspec.yaml
  9. 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.