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

Issue 9625008: Add support for using an URL for establishing HTTP connections (Closed)

Created:
8 years, 9 months ago by Søren Gjesse
Modified:
8 years, 9 months ago
Reviewers:
Mads Ager (google)
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add support for using an URL for establishing HTTP connections As the URI library is now part of the standalone VM it makes sense to have the option of using a URL for opening a HTTP connection R=ager@google.com BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=5153

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressed rewiev comments from @ager #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -0 lines) Patch
M runtime/bin/http.dart View 1 1 chunk +21 lines, -0 lines 0 comments Download
M runtime/bin/http_impl.dart View 1 1 chunk +25 lines, -0 lines 0 comments Download
M tests/standalone/src/io/HttpClientTest.dart View 2 chunks +41 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Søren Gjesse
8 years, 9 months ago (2012-03-07 17:30:07 UTC) #1
Mads Ager (google)
https://chromiumcodereview.appspot.com/9625008/diff/1/runtime/bin/http.dart File runtime/bin/http.dart (right): https://chromiumcodereview.appspot.com/9625008/diff/1/runtime/bin/http.dart#newcode237 runtime/bin/http.dart:237: HttpClientConnection openUrl(String method, Uri url); Please add doc comment ...
8 years, 9 months ago (2012-03-08 08:02:52 UTC) #2
Søren Gjesse
ptal http://codereview.chromium.org/9625008/diff/1/runtime/bin/http.dart File runtime/bin/http.dart (right): http://codereview.chromium.org/9625008/diff/1/runtime/bin/http.dart#newcode237 runtime/bin/http.dart:237: HttpClientConnection openUrl(String method, Uri url); On 2012/03/08 08:02:52, ...
8 years, 9 months ago (2012-03-08 08:30:04 UTC) #3
Mads Ager (google)
8 years, 9 months ago (2012-03-08 08:41:12 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698