a300ce0a1d
Also: - Return the subscription from serve method - Bumped version BUG= https://code.google.com/p/dart/issues/detail?id=15893 BUG= https://code.google.com/p/dart/issues/detail?id=16005 R=ajohnsen@google.com Review URL: https://codereview.chromium.org//124833003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31701 260f80e4-7a28-3924-810f-c04153c831b5
14 lines
367 B
YAML
14 lines
367 B
YAML
name: http_server
|
|
version: 0.9.2-dev
|
|
author: Dart Team <misc@dartlang.org>
|
|
description: Library of HTTP server classes.
|
|
homepage: http://www.dartlang.org
|
|
documentation: http://api.dartlang.org/docs/pkg/http_server
|
|
dependencies:
|
|
mime: ">=0.9.0 <0.10.0"
|
|
path: ">=0.9.0 <2.0.0"
|
|
dev_dependencies:
|
|
unittest: ">=0.9.0 <0.10.0"
|
|
environment:
|
|
sdk: ">=0.8.10+6 <2.0.0"
|