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

Unified Diff: runtime/bin/http.dart

Issue 10964039: Update documentation for HTTP response status code (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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 | no next file » | no next file with comments »
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 29a76acb36f99e66bb1479a36905ef1dde6cce97..0b9cd30028730ca93c578764076fe4ac3b8505d4 100644
--- a/runtime/bin/http.dart
+++ b/runtime/bin/http.dart
@@ -589,9 +589,10 @@ abstract class HttpResponse {
int contentLength;
/**
- * Gets and sets the status code. Any integer value is accepted, but
- * for the official HTTP status codes use the fields from
- * [HttpStatus].
+ * Gets and sets the status code. Any integer value is accepted. For
+ * the official HTTP status codes use the fields from
+ * [HttpStatus]. If no status code is explicitly set the default
+ * value [HttpStatus.OK] is used.
*/
int statusCode;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698