| name: http | |
| version: 0.13.5-dev | |
| description: A composable, multi-platform, Future-based API for HTTP requests. | |
| repository: https://github.com/dart-lang/http | |
| environment: | |
| sdk: '>=2.14.0 <3.0.0' | |
| dependencies: | |
| async: ^2.5.0 | |
| http_parser: ^4.0.0 | |
| meta: ^1.3.0 | |
| path: ^1.8.0 | |
| dev_dependencies: | |
| fake_async: ^1.2.0 | |
| lints: ^1.0.0 | |
| shelf: ^1.1.0 | |
| stream_channel: ^2.1.0 | |
| test: ^1.16.0 |