Files
sdk/pkg/http_parser/pubspec.yaml
T
nweiz@google.com 1c9e292b2c Re-apply "Add a non-dart:io WebSocket implementation to http_parser."
Re-apply "Fix an analyzer error in http_parser's WebSocket implementation."

This also marks the web socket test as failing on dart2js nad the browser.

R=kevmoo@google.com

Review URL: https://codereview.chromium.org//250073002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35330 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-23 20:53:17 +00:00

15 lines
392 B
YAML

name: http_parser
version: 0.0.2
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
description: >
A platform-independent package for parsing and serializing HTTP formats.
dependencies:
crypto: ">=0.9.0 <0.10.0"
collection: ">=0.9.1 <0.10.0"
string_scanner: ">=0.0.0 <0.1.0"
dev_dependencies:
unittest: ">=0.10.0 <0.11.0"
environment:
sdk: ">=1.2.0 <2.0.0"