The Axios library is not part of Node.js’s core modules so you won’t find it in the Node.js documentation. Axios is a third-party library commonly used to make HTTP requests in JavaScript. It is maintained as an open-source project and available as an NPM package.
The source code for the Axios library is hosted on GitHub. You can access it here:
Axios GitHub Repository: https://github.com/axios/axios