1.0.0-rc.1 • Published 1 year ago
@http-svc/server-fetch v1.0.0-rc.1
Http Service ServerFetch
使用方式
接入
import { HttpSvcServerFetch } from "@http-svc/server-fetch"
// 全局注册
const httpSvc = new HttpService({
fetch: new HttpSvcServerFetch()
})
// entry-server.js
httpSvc.setFetch(new HttpSvcServerFetch())
1.0.0-rc.1
1 year ago