0.27.2 • Published 3 years ago
axios8dev v0.27.2
**
axios8dev
A Remake of Axios that supports like axios only nodeJS form-data library but like axios, can be extended to support other types of FormData using Axios Middleware (requests interceptors) and axios transformRequest.
Its particularity is that in nodeJS hybrid environnement like electronJS, it permits to avoid HTTP 400, 415 and 500 (The major errors that I encountered) when posting node form-data to a Rest Server.
How to install it ?
Using npm:
npm install --save axios8devUsing bower:
$ bower install axios8devUsing yarn:
$ yard add axios8devUsing pnpm:
$ pnpm add axios8devHow to use it ?
const axios = require('axios8dev')
const axios = require('axios8dev').defaultIt has the same api as axios so be free to look at the official docs of axios.
0.27.2
3 years ago