mirror of
https://github.com/apache/cordova-android.git
synced 2026-02-10 00:03:01 +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"]}.