format code, prepare for +6 release

R=nweiz@google.com

Review URL: https://codereview.chromium.org//1046573002
7 files changed
tree: 65729f62b47aad44b6da9808588a30530c379b53
  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.