UNPKG

@waiting/fetch

Version:

HTTP fetch API for browser and Node.js. Handle 302/303 redirect correctly on Node.js

5 lines 285 B
export { fetch2, fetch, get, post, put, remove, } from './fetch.js'; // export * from './config.js' export * from './types.js'; export { buildQueryString, getGlobalRequestOptions, pickUrlStrFromRequestInfo, setGlobalRequestOptions, } from './util.js'; //# sourceMappingURL=index.js.map