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

0.0.3 • Public • Published

axios-form

send form post for node by using axios

import axiosForm from 'axios-form'

axiosForm('url', {
    input1: '111',
    input2: '222'
}).then((res)=>{
    
})

Readme

Keywords

Package Sidebar

Install

npm i axios-form

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

2.39 kB

Total Files

5

Last publish

Collaborators

  • heerake