GitHub user agrieve opened a pull request:

    https://github.com/apache/incubator-cordova-ios/pull/35

    Enhances iOS FileTransfer's support for upload headers

    This depends on https://github.com/apache/incubator-cordova-js/pull/20
    
    Instead of looking for the headers map on the params dict, it looks for
    them in the args. This aligns with pull request:
    https://github.com/apache/incubator-cordova-js/pull/20
    
    Adds support for setting multiple header values by allowing
    header values to be an array of values.
    
    Adds support for deleting default header fields by passing null for a
    header value.
    


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

    $ git pull https://github.com/agrieve/incubator-cordova-ios issue_765

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

    https://github.com/apache/incubator-cordova-ios/pull/35.patch

----
commit a5d00b55f11e1a8c243d98ef0c0be90697f4724c
Author: Andrew Grieve <[email protected]>
Date:   2012-07-13T07:54:31-07:00

    Enhances iOS FileTransfer's support for upload headers
    
    Instead of looking for the headers map on the params dict, it looks for
    them in the args. This aligns with pull request:
    https://github.com/apache/incubator-cordova-js/pull/20
    
    Adds support for setting multiple header values by allowing
    header values to be an array of values.
    
    Adds support for deleting default header fields by passing null for a
    header value.

----

Reply via email to