UNPKG
axios
Version:
latest (1.13.6)
legacy (0.30.3)
next (1.7.0-beta.2)
old-version (0.30.0)
1.13.6
1.13.5
1.13.4
1.13.3
1.13.2
1.13.1
1.13.0
1.12.2
1.12.1
1.12.0
1.11.0
1.10.0
1.9.0
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.7.4
1.7.3
1.7.2
1.7.1
1.7.0
1.7.0-beta.2
1.7.0-beta.1
1.7.0-beta.0
1.6.8
1.6.7
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.1
1.5.0
1.4.0
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.2.0-alpha.1
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
1.0.0-alpha.1
0.30.3
0.30.2
0.30.1
0.30.0
0.29.0
0.28.1
0.28.0
0.27.2
0.27.1
0.27.0
0.26.1
0.26.0
0.25.0
0.24.0
0.23.0
0.22.0
0.21.4
0.21.3
0.21.2
0.21.1
0.21.0
0.20.0
0.20.0-0
0.19.2
0.19.1
0.19.0
0.19.0-beta.1
0.18.1
0.18.0
0.17.1
0.17.0
0.16.2
0.16.1
0.16.0
0.15.3
0.15.2
0.15.1
0.15.0
0.14.0
0.13.1
0.13.0
0.12.0
0.11.1
0.11.0
0.10.0
0.9.1
0.9.0
0.8.1
0.8.0
0.7.0
0.6.0
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.0
Promise based HTTP client for the browser and node.js
axios-http.com
axios/axios
axios
/
lib
/
platform
/
index.js
8 lines
(6 loc)
•
132 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
platform
from
'./node/index.js'
;
import
*
as
utils
from
'./common/utils.js'
;
export
default
{ ...utils, ...platform, };