mirror of
https://github.com/apache/cordova-android.git
synced 2025-03-14 07:11:04 +08:00

-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"]}.