@yankovsky/axios-etag-cache
TypeScript icon, indicating that this package has built-in type declarations

1.3.0 • Public • Published

axios-etag-cache

Axios etag interceptor to enable If-None-Match request with ETAG support

Basic use:

const axiosETAGCache = require('axios-etag-cache');

axiosETAGCache(axios)
    .get('http://example.com')
    .then(console.log)
    .catch(console.error);

Readme

Keywords

Package Sidebar

Install

npm i @yankovsky/axios-etag-cache

Weekly Downloads

0

Version

1.3.0

License

ISC

Unpacked Size

6.43 kB

Total Files

7

Last publish

Collaborators

  • yankovsky