| Index: pkg/http_multi_server/pubspec.yaml
|
| diff --git a/pkg/http_multi_server/pubspec.yaml b/pkg/http_multi_server/pubspec.yaml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..4199c5851a79dc1d56c04ac9068f2bf51de9488b
|
| --- /dev/null
|
| +++ b/pkg/http_multi_server/pubspec.yaml
|
| @@ -0,0 +1,11 @@
|
| +name: http_multi_server
|
| +version: 1.0.0
|
| +author: "Dart Team <misc@dartlang.org>"
|
| +homepage: http://www.dartlang.org
|
| +description:
|
| + A dart:io HttpServer wrapper that handles requests from multiple servers.
|
| +dev_dependencies:
|
| + unittest: ">=0.11.0 <0.12.0"
|
| + http: ">=0.11.0 <0.12.0"
|
| +environment:
|
| + sdk: ">=1.4.0 <2.0.0"
|
|
|