You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by agrieve <gi...@git.apache.org> on 2012/07/16 19:33:22 UTC

incubator-cordova-android pull request: Adds FileTransfer support for uploa...

GitHub user agrieve opened a pull request:

    https://github.com/apache/incubator-cordova-android/pull/33

    Adds FileTransfer support for upload headers.

    Impl for JS change: https://github.com/apache/incubator-cordova-js/pull/20

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/agrieve/incubator-cordova-android issue765

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-cordova-android/pull/33.patch

----
commit f9bd391c9ef134bf349db652a23ac08ce27558f0
Author: Andrew Grieve <ag...@chromium.org>
Date:   2012-07-16T10:26:40-07:00

    Adds FileTransfer support for upload headers.
    
    -Support previously existed via options.params.headers. This CL
    deprecates this (undocumented) way of adding headers and adds support
    for options.headers.
    -This also adds support for multiple headers via:
        options.headers = {"Name": ["Value1", "Value2"]}.

----