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

Issue 445933004: Add implementations for Headers, Request, Response and dart:io/dart:html clients to http_base (Closed)

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

Description

Add implementations for Headers, Request, Response and dart:io/dart:html clients to http_base R=sgjesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=38984

Patch Set 1 #

Patch Set 2 : #

Total comments: 14

Patch Set 3 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+468 lines, -4 lines) Patch
M dart/pkg/http_base/lib/http_base.dart View 1 2 6 chunks +170 lines, -1 line 0 comments Download
A dart/pkg/http_base/lib/http_base_html.dart View 1 2 1 chunk +99 lines, -0 lines 0 comments Download
A dart/pkg/http_base/lib/http_base_io.dart View 1 chunk +38 lines, -0 lines 0 comments Download
M dart/pkg/http_base/pubspec.yaml View 1 1 chunk +3 lines, -3 lines 0 comments Download
A dart/pkg/http_base/test/http_base_html_test.dart View 1 chunk +27 lines, -0 lines 0 comments Download
A dart/pkg/http_base/test/http_base_io_test.dart View 1 2 1 chunk +48 lines, -0 lines 0 comments Download
A dart/pkg/http_base/test/http_base_test.dart View 1 chunk +81 lines, -0 lines 0 comments Download
M dart/pkg/pkg.status View 1 2 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
kustermann
I want to emphasize again, that I strongly dislike having two http client implementations.
6 years, 4 months ago (2014-08-07 11:46:00 UTC) #1
Søren Gjesse
lgtm https://codereview.chromium.org/445933004/diff/40001/dart/pkg/http_base/lib/http_base.dart File dart/pkg/http_base/lib/http_base.dart (right): https://codereview.chromium.org/445933004/diff/40001/dart/pkg/http_base/lib/http_base.dart#newcode135 dart/pkg/http_base/lib/http_base.dart:135: _m[key] = value; Shouldn't this be a copy ...
6 years, 4 months ago (2014-08-07 12:16:23 UTC) #2
kustermann
You can take another look if you want to. One question is whether getMultiple() should ...
6 years, 4 months ago (2014-08-07 12:50:38 UTC) #3
Søren Gjesse
lgtm
6 years, 4 months ago (2014-08-07 12:57:20 UTC) #4
kustermann
6 years, 4 months ago (2014-08-07 13:02:15 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r38984 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698