UNPKG
http-svc
Version:
latest (1.1.0)
rc (1.0.0-rc.9)
1.1.0
1.0.2
1.0.1
1.0.0
1.0.0-rc.9
1.0.0-rc.8
1.0.0-rc.7
1.0.0-rc.6
1.0.0-rc.5
1.0.0-rc.4
1.0.0-rc.3
1.0.0-rc.2
1.0.0-rc.1
A HTTP request service for browser and node.js
http-svc
/
src
/
index.ts
7 lines
(5 loc)
•
292 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
HttpService
from
'./core'
import
{
HttpSvcSprayMiddleware
,
HttpSvcRetry
,
HttpSvcCache
,
HttpSvcXsrf
}
from
'./built-in'
import
{
BUILT_IN_MIDDLEWARE
}
from
'./const'
export
{
HttpService
,
BUILT_IN_MIDDLEWARE
}
export
{
HttpSvcSprayMiddleware
,
HttpSvcRetry
,
HttpSvcCache
,
HttpSvcXsrf
}