Back to Developer Roadmap

Axios

src/data/roadmaps/vue/content/[email protected]

4.0676 B
Original Source

Axios

Axios is a client HTTP API based on the XMLHttpRequest interface provided by browsers. The most common way for frontend programs to communicate with servers is through the HTTP protocol. You are probably familiar with the Fetch API and the XMLHttpRequest interface, which allows you to fetch resources and make HTTP requests.

Visit the following resources to learn more: