Todd Volkert 71242888f1 Revert method generics in packages/flutter/lib/src/http (#7662)
We converted all code to use method generics in #7235, but
we shouldn't have touched the `http` folder since this code
is pulled from upstream.
2017-01-26 12:46:00 -08:00
..

dart-lang/http without Mirrors

The contents of this will become redundant once https://github.com/dart-lang/http/issues/1 is fixed (removes the use of mirrors). Once that issue is addressed, we should get rid this directory and use dart-lang/http directly.