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

Side by Side Diff: pkg/http/CHANGELOG.md

Issue 216603010: Rip out dart:io from pkg/http wherever possible. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/http/lib/http.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.11.0
2
3 * Change `MultipartFile.contentType` from `dart:io`'s `ContentType` type to
4 `http_parser`'s `MediaType` type.
5
6 * Exceptions are now of type `ClientException` rather than `dart:io`'s
7 `HttpException`.
8
1 ## 0.10.0 9 ## 0.10.0
2 10
3 * Make `BaseRequest.contentLength` and `BaseResponse.contentLength` use `null` 11 * Make `BaseRequest.contentLength` and `BaseResponse.contentLength` use `null`
4 to indicate an unknown content length rather than -1. 12 to indicate an unknown content length rather than -1.
5 13
6 * The `contentLength` parameter to `new BaseResponse` is now named rather than 14 * The `contentLength` parameter to `new BaseResponse` is now named rather than
7 positional. 15 positional.
8 16
9 * Make request headers case-insensitive. 17 * Make request headers case-insensitive.
10 18
11 * Make `MultipartRequest` more closely adhere to browsers' encoding conventions. 19 * Make `MultipartRequest` more closely adhere to browsers' encoding conventions.
OLDNEW
« no previous file with comments | « no previous file | pkg/http/lib/http.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698