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

Issue 11394003: Add an HTTP client based on Curl. (Closed)

Created:
8 years, 1 month ago by nweiz
Modified:
8 years, 1 month ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add an HTTP client based on Curl. Committed: https://code.google.com/p/dart/source/detail?r=14811

Patch Set 1 #

Total comments: 15

Patch Set 2 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+508 lines, -1 line) Patch
M pkg/http/lib/http.dart View 1 chunk +1 line, -0 lines 0 comments Download
A pkg/http/lib/src/curl_client.dart View 1 1 chunk +187 lines, -0 lines 0 comments Download
M pkg/http/lib/src/utils.dart View 1 chunk +23 lines, -0 lines 0 comments Download
A pkg/http/test/curl_client_test.dart View 1 chunk +263 lines, -0 lines 0 comments Download
M pkg/http/test/utils.dart View 3 chunks +34 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
nweiz
8 years, 1 month ago (2012-11-07 22:03:51 UTC) #1
Bob Nystrom
https://codereview.chromium.org/11394003/diff/1/pkg/http/lib/src/curl_client.dart File pkg/http/lib/src/curl_client.dart (right): https://codereview.chromium.org/11394003/diff/1/pkg/http/lib/src/curl_client.dart#newcode16 pkg/http/lib/src/curl_client.dart:16: /// temporarily until [dart:io] natively supports requests over HTTPS. ...
8 years, 1 month ago (2012-11-07 23:15:15 UTC) #2
nweiz
https://codereview.chromium.org/11394003/diff/1/pkg/http/lib/src/curl_client.dart File pkg/http/lib/src/curl_client.dart (right): https://codereview.chromium.org/11394003/diff/1/pkg/http/lib/src/curl_client.dart#newcode16 pkg/http/lib/src/curl_client.dart:16: /// temporarily until [dart:io] natively supports requests over HTTPS. ...
8 years, 1 month ago (2012-11-08 00:33:37 UTC) #3
Bob Nystrom
LGTM! https://codereview.chromium.org/11394003/diff/1/pkg/http/lib/src/curl_client.dart File pkg/http/lib/src/curl_client.dart (right): https://codereview.chromium.org/11394003/diff/1/pkg/http/lib/src/curl_client.dart#newcode167 pkg/http/lib/src/curl_client.dart:167: headers[split[0].toLowerCase()] = split[1].trim(); On 2012/11/08 00:33:37, nweiz wrote: ...
8 years, 1 month ago (2012-11-08 00:49:13 UTC) #4
Bob Nystrom
8 years, 1 month ago (2012-11-08 00:53:10 UTC) #5
LGTM.

Note that this won't currently work on windows, so you should either disable it
(boo) or figure out a way to make it work (yay!).

Powered by Google App Engine
This is Rietveld 408576698