mirror of
https://github.com/silkimen/cordova-plugin-advanced-http.git
synced 2026-01-31 00:00:03 +08:00
8 lines
118 B
JavaScript
8 lines
118 B
JavaScript
var globalConfigs = {
|
|
headers: {},
|
|
serializer: 'urlencoded',
|
|
timeout: 60.0,
|
|
};
|
|
|
|
module.exports = globalConfigs;
|