axios-curl-middleware

1.0.1 • Public • Published

Axios Curl Middleware

yarn add axios-curl-middleware

 
import axios from 'axios';
import axiosCurl from 'axios-curl-middleware';
axiosCurl(axios);
 
axios.get('https://dog.ceo/api/breeds/image/random?test=123132')
/*
 
curl -X get -H 'accept: application/json, text/plain, */*' 'http://dog.ceo:80/api/breeds/image/random?test=123132'
 
*/
 

axiosCurl(axios, [{ log }])

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    41
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    41
  • 1.0.0
    2

Package Sidebar

Install

npm i axios-curl-middleware

Weekly Downloads

12

Version

1.0.1

License

MIT

Unpacked Size

2.57 kB

Total Files

4

Last publish

Collaborators

  • mikeljames