8e33fe1a72
This uses the http_parser package instead of dart:io's ContentType, ByteConversionSink instead of ByteBuffer, and a new ClientException type instead of HttpException. This still uses dart:io for the default Client implementation and for [MultipartFile.fromPath]. R=rnystrom@google.com Review URL: https://codereview.chromium.org//216603010 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34716 260f80e4-7a28-3924-810f-c04153c831b5
14 lines
379 B
YAML
14 lines
379 B
YAML
name: http
|
|
version: 0.11.0-dev
|
|
author: "Dart Team <misc@dartlang.org>"
|
|
homepage: https://pub.dartlang.org/packages/http
|
|
description: A composable, Future-based API for making HTTP requests.
|
|
dependencies:
|
|
http_parser: ">=0.0.1 <0.1.0"
|
|
path: ">=0.9.0 <2.0.0"
|
|
stack_trace: ">=0.9.1 <0.10.0"
|
|
dev_dependencies:
|
|
unittest: ">=0.9.0 <0.11.0"
|
|
environment:
|
|
sdk: ">=1.1.0 <2.0.0"
|