UNPKG
aliyun-sdk
Version:
latest (1.12.10)
1.12.10
1.12.9
1.12.8
1.12.7
1.12.6
1.12.5
1.12.4
1.12.3
1.12.2
1.12.1
1.12.0
1.11.12
1.11.11
1.11.10
1.11.9
1.11.8
1.11.7
1.11.6
1.11.5
1.11.2
1.10.19
1.10.18
1.10.17
1.10.16
1.10.15
1.10.12
1.10.11
1.10.10
1.10.9
1.10.8
1.10.7
1.10.6
1.10.5
1.10.4
1.10.3
1.10.2
1.10.1
1.9.22
1.9.21
1.9.20
1.9.19
1.9.18
1.9.17
1.9.16
1.9.15
1.9.14
1.9.13
1.9.12
1.9.11
1.9.10
1.9.9
1.9.8
1.9.7
1.9.6
1.9.5
1.9.4
1.9.3
1.9.2
1.9.1
1.9.0
1.8.9
1.8.8
1.8.7
1.8.6
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.9
1.7.8
1.7.7
1.7.6
1.7.5
1.6.5
1.6.3
1.6.2
1.6.1
1.6.0
1.5.11
1.5.10
1.5.9
1.5.8
1.5.7
1.5.6
1.5.5
1.5.3
1.5.2
1.5.1
1.5.0
1.3.10
1.3.9
1.3.8
1.3.6
1.3.5
1.3.3
1.3.2
1.3.1
1.3.0
1.2.1
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.4.7
0.4.6
0.4.5
0.4.3
0.3.2
0.3.0
0.2.0
0.1.1
0.1.0
Aliyun SDK for JavaScript
github.com/aliyun-UED/aliyun-sdk-js.git
aliyun-UED/aliyun-sdk-js
aliyun-sdk
/
lib
/
signers
/
pop.js
12 lines
(7 loc)
•
231 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
var
ALY
=
require
(
'../core'
);
var
inherit =
ALY
.
util
.
inherit
;
ALY
.
Signers
.
POP
=
inherit
(
ALY
.
Signers
.
RequestSigner
, {
addAuthorization
:
function
addAuthorization
(
credentials, date
) { }, });
module
.
exports
=
ALY
.
Signers
.
POP
;