Chromium Code Reviews| 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..d9f115ac5d2bd93c53e193734f9c9d1aad96e02f |
| --- /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 |
| + objects, HTTP clients and HTTP request handlers. |
| +environment: |
| + sdk: '>=1.0.0 <2.0.0' |
| + |