@vegajs/http-client-adapter
Version:
A flexible, type-safe HTTP client adapter for TypeScript and JavaScript. Supports custom adapters and includes an out-of-the-box Axios adapter for easy HTTP request handling.
1 lines • 211 B
JavaScript
import{AxiosAdapter as t,FetchAdapter as r}from"./adapters";import{createHttpService as o,HttpService as p}from"./http-client";export{t as AxiosAdapter,r as FetchAdapter,p as HttpService,o as createHttpService};