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

Issue 11363063: Add an HTTP library that wraps dart:io. (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 library that wraps dart:io. Committed: https://code.google.com/p/dart/source/detail?r=14502

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1837 lines, -0 lines) Patch
A pkg/http/lib/http.dart View 1 chunk +174 lines, -0 lines 0 comments Download
A pkg/http/lib/src/base_client.dart View 1 chunk +135 lines, -0 lines 0 comments Download
A pkg/http/lib/src/base_request.dart View 1 chunk +117 lines, -0 lines 0 comments Download
A pkg/http/lib/src/base_response.dart View 1 chunk +44 lines, -0 lines 0 comments Download
A pkg/http/lib/src/client.dart View 1 chunk +82 lines, -0 lines 0 comments Download
A pkg/http/lib/src/request.dart View 1 chunk +162 lines, -0 lines 0 comments Download
A pkg/http/lib/src/response.dart View 1 chunk +87 lines, -0 lines 0 comments Download
A pkg/http/lib/src/streamed_request.dart View 1 chunk +49 lines, -0 lines 0 comments Download
A pkg/http/lib/src/streamed_response.dart View 1 chunk +33 lines, -0 lines 0 comments Download
A pkg/http/lib/src/utils.dart View 1 chunk +146 lines, -0 lines 0 comments Download
A pkg/http/pubspec.yaml View 1 chunk +5 lines, -0 lines 0 comments Download
A pkg/http/test/client_test.dart View 1 chunk +43 lines, -0 lines 0 comments Download
A pkg/http/test/http_test.dart View 1 chunk +185 lines, -0 lines 0 comments Download
A pkg/http/test/request_test.dart View 1 chunk +342 lines, -0 lines 0 comments Download
A pkg/http/test/response_test.dart View 1 chunk +68 lines, -0 lines 0 comments Download
A pkg/http/test/streamed_request_test.dart View 1 chunk +21 lines, -0 lines 0 comments Download
A pkg/http/test/utils.dart View 1 chunk +139 lines, -0 lines 0 comments Download
M pkg/pkg.status View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
nweiz
The only change from the previous CL is the contents of pkg.status.
8 years, 1 month ago (2012-11-02 20:29:24 UTC) #1
Bob Nystrom
8 years, 1 month ago (2012-11-02 20:54:18 UTC) #2
LGTM!

Powered by Google App Engine
This is Rietveld 408576698