@duetds/date-picker
Version:
Duet Date Picker is an open source version of Duet Design System’s accessible date picker.
23 lines (22 loc) • 533 B
JavaScript
module.exports = {
// specify additional options here, especially http(s)
// see https://github.com/request/request#readme for specifics
ca: [ /* strings or binaries */],
cert: [ /* strings or binaries */],
key: [ /* strings or binaries */],
passphrase: 'yourpassphrase',
auth: {
user: 'yourusername',
pass: 'yourpassword'
},
httpSignature: {
keyId: 'keyId',
key: 'yourkey'
},
strictSSL: false,
followAllRedirects: false,
followRedirect: false,
headers: {
'x-custom': 'headers'
}
};