Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1572)

Unified Diff: pkg/http_multi_server/pubspec.yaml

Issue 311233004: Add an http_multi_server package. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698