axios-delay
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-rc6 • Public • Published

Axios delay

axios adapter plugin for delay the request

Usage

import axios from 'axios';
import delayAdapterEnhancer from 'axios-delay';
 
const api = axios.create({
  adapter: delayAdapterEnhancer(axios.defaults.adapter)
});
 
api.get('url', {
  delay: 1000 // delay 1 second
});

Readme

Keywords

none

Package Sidebar

Install

npm i axios-delay

Weekly Downloads

465

Version

1.0.0-rc6

License

MIT

Unpacked Size

4.91 kB

Total Files

9

Last publish

Collaborators

  • samfunghp