UNPKG

ipull

Version:

The only file downloader you'll ever need. For node.js and the browser, CLI and library for fast and reliable file downloads.

7 lines 230 B
import FetchStreamError from "./fetch-stream-error.js"; /** * Represents an error that return from the server (will not retry) */ export default class HttpError extends FetchStreamError { } //# sourceMappingURL=http-error.js.map