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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.0
    4
  • 1.0.0
    2,732
  • 0.1.0
    3
  • 0.0.1
    3

Package Sidebar

Install

npm i popsicle-no-cache

Weekly Downloads

1,484

Version

2.0.0

License

MIT

Unpacked Size

9.58 kB

Total Files

9

Last publish

Collaborators

  • blakeembrey