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: 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 :heavy_check_mark: Latest :heavy_check_mark: Latest :heavy_check_mark: Latest :heavy_check_mark: Latest :heavy_check_mark: 11 :heavy_check_mark:

Browser Matrix

Continue Following The Install:

1 Like