|
Remove _HttpUtils from dart:io.
The Uri rewrite had all but one of these functions public available, so
they are used insted. The decodeHttpEntityString was only used by
HttpMultipartFormData, so moved to that class.
The function parseCookieDate was moved to HttpDate as a private
function. Renamed the file http_utils.dart to http_date.dart to match the content.
BUG=
R=lrn@google.com, whesse@google.com
Committed: https://code.google.com/p/dart/source/detail?r=24783
Total comments: 14
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+99 lines, -721 lines) |
Patch |
|
M |
sdk/lib/core/uri.dart
|
View
|
1
|
5 chunks |
+33 lines, -8 lines |
0 comments
|
Download
|
|
M |
sdk/lib/io/http_body_impl.dart
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
A + |
sdk/lib/io/http_date.dart
|
View
|
|
2 chunks |
+2 lines, -144 lines |
0 comments
|
Download
|
|
M |
sdk/lib/io/http_headers.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
sdk/lib/io/http_multipart_form_data_impl.dart
|
View
|
|
2 chunks |
+39 lines, -2 lines |
0 comments
|
Download
|
|
D |
sdk/lib/io/http_utils.dart
|
View
|
|
1 chunk |
+0 lines, -458 lines |
0 comments
|
Download
|
|
M |
sdk/lib/io/io.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
sdk/lib/io/iolib_sources.gypi
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
tests/standalone/io/http_body_test.dart
|
View
|
1
|
1 chunk |
+16 lines, -1 line |
0 comments
|
Download
|
|
M |
tests/standalone/io/http_cookie_date_test.dart
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
tests/standalone/io/http_headers_test.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
D |
tests/standalone/io/url_encoding_test.dart
|
View
|
|
1 chunk |
+0 lines, -96 lines |
0 comments
|
Download
|
|
M |
tests/standalone/standalone.status
|
View
|
|
3 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|