UNPKG
@platform/http
Version:
latest (0.14.32)
0.14.32
0.14.29
0.14.28
0.14.27
0.14.26
0.14.25
0.14.19
0.14.18
0.14.17
0.14.16
0.14.15
0.14.14
0.14.13
0.14.12
0.14.11
0.14.10
0.14.9
0.14.7
0.14.4
0.14.0
0.12.36
0.12.34
0.12.32
0.12.28
0.12.26
0.12.25
0.12.24
0.12.23
0.12.22
0.12.20
0.12.19
0.12.18
0.12.17
0.12.16
0.12.15
0.12.14
0.12.8
0.12.7
0.12.5
0.12.4
0.12.2
0.12.0
0.11.12
0.11.9
0.11.8
0.11.5
0.11.1
0.11.0
0.10.6
0.10.5
0.10.4
0.10.3
0.10.1
0.10.0
0.9.7
0.9.5
0.9.1
0.9.0
0.8.2
0.8.1
0.8.0
0.7.0
0.6.1
0.6.0
0.5.5
0.5.2
0.5.1
0.5.0
0.4.20
0.4.19
0.4.16
0.4.15
0.4.14
0.4.11
0.4.9
0.4.5
0.4.4
0.4.3
0.4.0
0.3.0
0.2.13
0.2.11
0.2.10
0.2.9
0.2.7
0.2.6
0.2.4
0.2.2
0.2.1
0.2.0
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.1
0.1.0
0.0.9
0.0.8
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
Tools for working with HTTP.
github.com/uiharness/platform
uiharness/platform
@platform/http
/
lib
/
http
/
index.mjs
4 lines
(3 loc)
•
83 B
JavaScript
View Raw
1
2
3
4
import
{
Http
}
from
'./Http'
;
export
{
Http
};
export
const
http =
Http
.
create
();