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

Unified Diff: pkg/http/pubspec.yaml

Issue 11338054: Add an HTTP library that wraps dart:io. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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/pubspec.yaml
diff --git a/pkg/http/pubspec.yaml b/pkg/http/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..9978dd466a5b628e63506160359cb7f4b69a1321
--- /dev/null
+++ b/pkg/http/pubspec.yaml
@@ -0,0 +1,5 @@
+name: http
+description: A composable, Future-based API for making HTTP requests.
+dependencies:
+ unittest:
+ sdk: unittest

Powered by Google App Engine
This is Rietveld 408576698