popsicle-no-cache
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

Popsicle No Cache

NPM version NPM downloads Build status Test coverage

Prevent caching of HTTP requests.

Installation

npm install popsicle-no-cache --save

Usage

import { middleware, toFetch } from "popsicle";
import { Request } from "popsicle/dist/node";
import { noCache } from "popsicle-no-cache";
 
const fetch = toFetch([noCache(), middleware], Request);

License

MIT

Package Sidebar

Install

npm i popsicle-no-cache

Weekly Downloads

962

Version

2.0.0

License

MIT

Unpacked Size

9.58 kB

Total Files

9

Last publish

Collaborators

  • blakeembrey