mirror of
https://github.com/silkimen/cordova-plugin-advanced-http.git
synced 2026-04-24 00:00:03 +08:00
ccabbf2a29
- prepare new "follow redirect" config interface
9 lines
142 B
JavaScript
9 lines
142 B
JavaScript
var globalConfigs = {
|
|
headers: {},
|
|
serializer: 'urlencoded',
|
|
followRedirect: true,
|
|
timeout: 60.0,
|
|
};
|
|
|
|
module.exports = globalConfigs;
|