You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/02/10 21:11:31 UTC

git commit: CB-5588 Docs for upload headers.

Updated Branches:
  refs/heads/dev 28fb0a7c4 -> f8884981e


CB-5588 Docs for upload headers.


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/commit/f8884981
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/f8884981
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/f8884981

Branch: refs/heads/dev
Commit: f8884981e4f2163650253e763170d38250d1ebfc
Parents: 28fb0a7
Author: Andrew Grieve <ag...@chromium.org>
Authored: Mon Feb 10 15:11:05 2014 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Mon Feb 10 15:11:05 2014 -0500

----------------------------------------------------------------------
 doc/index.md | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/f8884981/doc/index.md
----------------------------------------------------------------------
diff --git a/doc/index.md b/doc/index.md
index 2c53c0a..76a5f52 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -154,6 +154,9 @@ A `FileUploadResult` object is passed to the success callback of the
 
 - __response__: The HTTP response returned by the server. (DOMString)
 
+- __headers__: The HTTP response headers by the server. (Object)
+  - Currently supported on iOS only.
+
 ### iOS Quirks
 
 - Does not support `responseCode` or `bytesSent`.