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

Unified Diff: runtime/bin/http.dart

Issue 10191013: Add handling of the HTTP Date header (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/bin/http_impl.dart » ('j') | runtime/bin/http_impl.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/http.dart
diff --git a/runtime/bin/http.dart b/runtime/bin/http.dart
index 41a0ac8bdc6a9380e99d717e97b5b89c713f7a9b..b44f380470b5abf0d8a284845ffa92353257437e 100644
--- a/runtime/bin/http.dart
+++ b/runtime/bin/http.dart
@@ -277,6 +277,12 @@ interface HttpHeaders default _HttpHeaders {
void removeAll(String name);
/**
+ * Gets and sets the date. The value of this property will
+ * reflect the "Date" header
+ */
+ Date date;
+
+ /**
* Gets and sets the expiry date. The value of this property will
* reflect the "Expires" header
*/
« no previous file with comments | « no previous file | runtime/bin/http_impl.dart » ('j') | runtime/bin/http_impl.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698