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

Side by Side Diff: dart/pkg/http_base/pubspec.yaml

Issue 445933004: Add implementations for Headers, Request, Response and dart:io/dart:html clients to http_base (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Addressed comments Created 6 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 name: http_base 1 name: http_base
2 version: 0.0.2-dev 2 version: 0.0.2-dev
3 author: Dart Team <misc@dartlang.org> 3 author: Dart Team <misc@dartlang.org>
4 description: A library with common interfaces for HTTP request objects, HTTP res ponse objects, HTTP clients and HTTP request handlers.
4 homepage: http://www.dartlang.org 5 homepage: http://www.dartlang.org
5 description: >
6 A library with common interfaces for HTTP request objects, HTTP response
7 objects, HTTP clients and HTTP request handlers.
8 environment: 6 environment:
9 sdk: '>=1.0.0 <2.0.0' 7 sdk: '>=1.0.0 <2.0.0'
8 dev_dependencies:
9 unittest: ">=0.11.0 <0.12.0"
OLDNEW
« no previous file with comments | « dart/pkg/http_base/lib/http_base_io.dart ('k') | dart/pkg/http_base/test/http_base_html_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698