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

Issue 246923003: Add HttpClient:put/delete/head/patch. (Closed)

Created:
6 years, 8 months ago by Anders Johnsen
Modified:
6 years, 8 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add HttpClient:put/delete/head/patch. BUG=http://code.google.com/p/dart/issues/detail?id=18168 R=lrn@google.com, sgjesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=35252

Patch Set 1 #

Total comments: 9

Patch Set 2 : add head and patch #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+157 lines, -27 lines) Patch
M sdk/lib/io/http.dart View 1 1 chunk +80 lines, -0 lines 0 comments Download
M sdk/lib/io/http_impl.dart View 1 2 1 chunk +26 lines, -16 lines 0 comments Download
M tests/standalone/io/http_client_connect_test.dart View 1 2 chunks +51 lines, -11 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Anders Johnsen
6 years, 8 months ago (2014-04-22 08:03:40 UTC) #1
Søren Gjesse
Do we need to add these? open/openUrl can be used to specify any method. https://codereview.chromium.org/246923003/diff/1/sdk/lib/io/http_impl.dart ...
6 years, 8 months ago (2014-04-22 08:27:20 UTC) #2
Anders Johnsen
While not critical, I find it odd to provide both get and post, but not ...
6 years, 8 months ago (2014-04-22 08:30:22 UTC) #3
Søren Gjesse
On 2014/04/22 08:30:22, Anders Johnsen wrote: > While not critical, I find it odd to ...
6 years, 8 months ago (2014-04-22 08:37:08 UTC) #4
Lasse Reichstein Nielsen
lgtm https://codereview.chromium.org/246923003/diff/1/sdk/lib/io/http.dart File sdk/lib/io/http.dart (right): https://codereview.chromium.org/246923003/diff/1/sdk/lib/io/http.dart#newcode1359 sdk/lib/io/http.dart:1359: /** Please also add "HEAD" support. I don't ...
6 years, 8 months ago (2014-04-22 08:49:47 UTC) #5
Søren Gjesse
lgtm - I rest my case, but lets add HEAD and PATCH as well then.
6 years, 8 months ago (2014-04-22 09:02:07 UTC) #6
Anders Johnsen
https://codereview.chromium.org/246923003/diff/1/sdk/lib/io/http.dart File sdk/lib/io/http.dart (right): https://codereview.chromium.org/246923003/diff/1/sdk/lib/io/http.dart#newcode1359 sdk/lib/io/http.dart:1359: /** On 2014/04/22 08:49:47, Lasse Reichstein Nielsen wrote: > ...
6 years, 8 months ago (2014-04-22 10:58:35 UTC) #7
Anders Johnsen
6 years, 8 months ago (2014-04-22 10:58:57 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 manually as r35252 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698