Index: dart/pkg/http_base/pubspec.yaml |
diff --git a/dart/pkg/http_base/pubspec.yaml b/dart/pkg/http_base/pubspec.yaml |
new file mode 100644 |
index 0000000000000000000000000000000000000000..fe13b0e7ea3662f2519d83c2518586be3f695f56 |
--- /dev/null |
+++ b/dart/pkg/http_base/pubspec.yaml |
@@ -0,0 +1,10 @@ |
+name: http_base |
+version: 0.0.1 |
+author: Dart Team <misc@dartlang.org> |
+homepage: http://www.dartlang.org |
+description: > |
+ A library with common interfaces for http request objects, http response |
Søren Gjesse
2014/05/23 12:25:30
http -> HTTP
kustermann
2014/05/26 09:12:31
Done.
|
+ objects, http clients and http request handlers. |
+environment: |
+ sdk: '>=1.0.0 <2.0.0' |
+ |