AXIOS | Promise Based HTTP Client For The Browser And Node.js

Promise based HTTP client for the browser and node.js

WebsiteDocumentation

npm version CDNJS Build status Gitpod Ready-to-Code code coverage install size npm bundle size npm downloads gitter chat code helpers Known Vulnerabilities

Table of Contents

Features

  • Make XMLHttpRequests from the browser
  • Make http requests from node.js
  • Supports the Promise API
  • Intercept request and response
  • Transform request and response data
  • Cancel requests
  • Automatic transforms for JSON data
  • :new_button: Automatic data object serialization to multipart/form-data and x-www-form-urlencoded body encodings
  • Client side support for protecting against XSRF

Browser Support

Chrome Firefox Safari Opera Edge IE
Latest :check_mark: Latest :check_mark: Latest :check_mark: Latest :check_mark: Latest :check_mark: 11 :check_mark:

Browser Matrix

Continue Following The Install:

https://github.com/axios/axios

1 Like