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

Issue 299443013: Add initial version of http_base package (Closed)

Created:
6 years, 7 months ago by kustermann
Modified:
6 years, 6 months ago
Reviewers:
Søren Gjesse, kevmoo
CC:
reviews_dartlang.org, kevmoo
Visibility:
Public.

Description

Add initial version of http_base package R=sgjesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=36622

Patch Set 1 #

Patch Set 2 : #

Total comments: 43

Patch Set 3 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+139 lines, --1 lines) Patch
A dart/pkg/http_base/CHANGELOG.md View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A + dart/pkg/http_base/LICENSE View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A dart/pkg/http_base/README.md View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A dart/pkg/http_base/lib/http_base.dart View 1 2 1 chunk +126 lines, -0 lines 0 comments Download
A dart/pkg/http_base/pubspec.yaml View 1 2 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
kustermann
6 years, 7 months ago (2014-05-23 10:37:57 UTC) #1
Søren Gjesse
lgtm https://codereview.chromium.org/299443013/diff/20001/dart/pkg/http_base/lib/http_base.dart File dart/pkg/http_base/lib/http_base.dart (right): https://codereview.chromium.org/299443013/diff/20001/dart/pkg/http_base/lib/http_base.dart#newcode101 dart/pkg/http_base/lib/http_base.dart:101: * Function for performing an http request. http ...
6 years, 7 months ago (2014-05-23 12:25:29 UTC) #2
kustermann
6 years, 7 months ago (2014-05-23 18:34:35 UTC) #3
kevmoo
In the future, could you update your base url to https://dart.googlecode.com/svn/branches/bleeding_edge/dart This is common across ...
6 years, 7 months ago (2014-05-23 21:22:24 UTC) #4
kevmoo
https://codereview.chromium.org/299443013/diff/20001/dart/pkg/http_base/lib/http_base.dart File dart/pkg/http_base/lib/http_base.dart (right): https://codereview.chromium.org/299443013/diff/20001/dart/pkg/http_base/lib/http_base.dart#newcode116 dart/pkg/http_base/lib/http_base.dart:116: typedef Future<Response> HttpClient(Request request); Requester? https://codereview.chromium.org/299443013/diff/20001/dart/pkg/http_base/lib/http_base.dart#newcode132 dart/pkg/http_base/lib/http_base.dart:132: typedef Future<Response> ...
6 years, 7 months ago (2014-05-23 22:07:05 UTC) #5
kustermann
Thanks for your comments :) The comments are, as expected, minor details and I'll address ...
6 years, 7 months ago (2014-05-23 23:34:04 UTC) #6
Søren Gjesse
https://codereview.chromium.org/299443013/diff/20001/dart/pkg/http_base/lib/http_base.dart File dart/pkg/http_base/lib/http_base.dart (right): https://codereview.chromium.org/299443013/diff/20001/dart/pkg/http_base/lib/http_base.dart#newcode9 dart/pkg/http_base/lib/http_base.dart:9: /** On 2014/05/23 21:22:24, kevmoo wrote: > All packages ...
6 years, 6 months ago (2014-05-26 07:12:45 UTC) #7
kustermann
https://codereview.chromium.org/299443013/diff/20001/dart/pkg/http_base/CHANGELOG.md File dart/pkg/http_base/CHANGELOG.md (right): https://codereview.chromium.org/299443013/diff/20001/dart/pkg/http_base/CHANGELOG.md#newcode3 dart/pkg/http_base/CHANGELOG.md:3: * Add a README file. On 2014/05/23 21:22:24, kevmoo ...
6 years, 6 months ago (2014-05-26 09:12:30 UTC) #8
kustermann
6 years, 6 months ago (2014-05-26 09:12:55 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 manually as r36622 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698