2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00
Files
axios/examples
Ben Carp 1a2ff9c3d1 multipart/form-data playground (#4465)
* adding toFormData test

* adding toFormData

* initial multipart-FormData playground

* formdata playground title

* Fix examples/postMultipartFormData/server.js to the examples/**/server.js format, and so event end runs.

Co-authored-by: Jay <jasonsaayman@gmail.com>
2022-03-15 07:53:11 +02:00
..

axios examples

To run the examples:

  1. git clone https://github.com/axios/axios.git
  2. cd axios
  3. npm install
  4. grunt build
  5. npm run examples
  6. http://localhost:3000