UNPKG

@waiting/fetch

Version:

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

19 lines (16 loc) 271 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'