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