Category: Axios

0

Axios parameters

Request Configuration These configuration objects can be used not only in axios( ), but also in .request( ), .post( ) and other request methods. 12345678910111213141516171819202122232425262728293031

0

Axios basics

Axios Introduction Both React and Vue use Axios to send data requests. Axios can run in the browser and send Ajax requests to the server. Axios can also run in node.js, making http requests to the s

0

Http basics

Http basics The client sends a request (request message) to the server, and the request content includes request line, request header, and request body. The server responds to the data returned by t