UNPKG

ipfs-gateway-emulator

Version:

A server emulating IPFS gateway behaviour, for local preview and end-to-end tests

9 lines (8 loc) 184 B
export {createApp, startServer} from './lib/server.js'; export { stripIpfsPrefix, routeRequest, parseFailSpec, matchesFailFolder, needsTrailingSlash, } from './lib/emulation.js';