You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

axios-method-override

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axios-method-override

axios request method override plugin

1.1.2
latest
Source
npmnpm
Version published
Weekly downloads
3
-81.25%
Maintainers
1
Weekly downloads
 
Created
Source

axios-method-override

Lets you use HTTP PATCH, PUT and DELETE in by mimicking the HTTP method with a _method query parameter, and an X-HTTP-Method-Override header.

Usage

import axiosMethodOverride from 'axios-method-override';

axiosMethodOverride(axios);

const instance = axios.create();
axiosMethodOverride(instance);

Keywords

axios

FAQs

Package last updated on 31 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts