<h3 align="center">
Platinum sponsors
<br>
</h3>
<div align="center">
<a href="https://runalloy.com?utm_source=github&utm_medium=referral&utm_campaign=121423_axios">
<picture>
<source width="400px" media="(prefers-color-scheme: dark)" srcset="https://github.com/axios/axios/assets/4814473/f6067247-7eba-4069-852a-ab1bb85b1780">
<source width="400px" media="(prefers-color-scheme: light)" srcset="https://github.com/axios/axios/assets/4814473/75c37f4d-36e6-44f5-a068-3edd77c00a10">
<img width="400px" src="https://github.com/axios/axios/assets/4814473/75c37f4d-36e6-44f5-a068-3edd77c00a10" />
</picture>
</a>
<p align="center">Alloy is the integration development platform that makes it simple and <br>fast for SaaS companies to launch critical user-facing integrations.</p>
<p align="center">
<a href="https://runalloy.com/signup?utm_source=github&utm_medium=referral&utm_campaign=11823_axios"><b>Sign up free</b></a> â¢
<a href="https://docs.runalloy.com/docs?utm_source=github&utm_medium=referral&utm_campaign=11823_axios"><b>Documentation</b></a>
</p>
<br><br>
</div>
<h3 align="center">
Gold sponsors
<br><br>
</h3>
<div align="center">
<a href="https://stytch.com?utm_source=oss-sponsorship&utm_medium=paid_sponsorship&utm_content=logo&utm_campaign=axios-http">
<picture>
<source width="200px" media="(prefers-color-scheme: dark)" srcset="https://github.com/axios/axios/assets/4814473/538d715a-13c7-4668-ae7d-37a4548423f4">
<source width="200px" media="(prefers-color-scheme: light)" srcset="https://github.com/axios/axios/assets/4814473/b6a9a7bc-9fb1-4b9b-909f-1b4bee1fd142">
<img width="200px" src="https://github.com/axios/axios/assets/4814473/b6a9a7bc-9fb1-4b9b-909f-1b4bee1fd142" />
</picture>
</a>
<p align="center">API-first authentication, authorization, and fraud prevention</p>
<p align="center">
<a href="https://stytch.com?utm_source=oss-sponsorship&utm_medium=paid_sponsorship&utm_content=website-link&utm_campaign=axios-http"><b>Website</b></a> â¢
<a href="https://stytch.com/docs?utm_source=oss-sponsorship&utm_medium=paid_sponsorship&utm_content=docs-link&utm_campaign=axios-http"><b>Documentation</b></a> ⢠<a href="https://github.com/stytchauth/stytch-node?utm_source=oss-sponsorship&utm_medium=paid_sponsorship&utm_content=node-sdk&utm_campaign=axios-http"><b>Node.js Backend SDK</b></a>
</p>
</div>
<br><br>
<div align="center">
<a href="https://axios-http.com"><img src="https://axios-http.com/assets/logo.svg" /></a><br>
</div>
<p align="center">Promise based HTTP client for the browser and node.js</p>
<p align="center">
<a href="https://axios-http.com/"><b>Website</b></a> â¢
<a href="https://axios-http.com/docs/intro"><b>Documentation</b></a>
</p>
<div align="center">
[![npm version](https://img.shields.io/npm/v/axios.svg?style=flat-square)](https://www.npmjs.org/package/axios)
[![CDNJS](https://img.shields.io/cdnjs/v/axios.svg?style=flat-square)](https://cdnjs.com/libraries/axios)
[![Build status](https://img.shields.io/github/actions/workflow/status/axios/axios/ci.yml?branch=v1.x&label=CI&logo=github&style=flat-square)](https://github.com/axios/axios/actions/workflows/ci.yml)
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod&style=flat-square)](https://gitpod.io/#https://github.com/axios/axios)
[![code coverage](https://img.shields.io/coveralls/mzabriskie/axios.svg?style=flat-square)](https://coveralls.io/r/mzabriskie/axios)
[![install size](https://img.shields.io/badge/dynamic/json?url=https://packagephobia.com/v2/api.json?p=axios&query=$.install.pretty&label=install%20size&style=flat-square)](https://packagephobia.now.sh/result?p=axios)
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/axios?style=flat-square)](https://bundlephobia.com/package/axios@latest)
[![npm downloads](https://img.shields.io/npm/dm/axios.svg?style=flat-square)](https://npm-stat.com/charts.html?package=axios)
[![gitter chat](https://img.shields.io/gitter/room/mzabriskie/axios.svg?style=flat-square)](https://gitter.im/mzabriskie/axios)
[![code helpers](https://www.codetriage.com/axios/axios/badges/users.svg)](https://www.codetriage.com/axios/axios)
[![Known Vulnerabilities](https://snyk.io/test/npm/axios/badge.svg)](https://snyk.io/test/npm/axios)
</div>
## Table of Contents
- [Features](#features)
- [Browser Support](#browser-support)
- [Installing](#installing)
- [Package manager](#package-manager)
- [CDN](#cdn)
- [Example](#example)
- [Axios API](#axios-api)
- [Request method aliases](#request-method-aliases)
- [Concurrency ð](#concurrency-deprecated)
- [Creating an instance](#creating-an-instance)
- [Instance methods](#instance-methods)
- [Request Config](#request-config)
- [Response Schema](#response-schema)
- [Config Defaults](#config-defaults)
- [Global axios defaults](#global-axios-defaults)
- [Custom instance defaults](#custom-instance-defaults)
- [Config order of precedence](#config-order-of-precedence)
- [Interceptors](#interceptors)
- [Multiple Interceptors](#multiple-interceptors)
- [Handling Errors](#handling-errors)
- [Cancellation](#cancellation)
- [AbortController](#abortcontroller)
- [CancelToken ð](#canceltoken-deprecated)
- [Using application/x-www-form-urlencoded format](#using-applicationx-www-form-urlencoded-format)
- [URLSearchParams](#urlsearchparams)
- [Query string](#query-string-older-browsers)
- [ð Automatic serialization](#-automatic-serialization-to-urlsearchparams)
- [Using multipart/form-data format](#using-multipartform-data-format)
- [FormData](#formdata)
- [ð Automatic serialization](#-automatic-serialization-to-formdata)
- [Files Posting](#files-posting)
- [HTML Form Posting](#-html-form-posting-browser)
- [ð Progress capturing](#-progress-capturing)
- [ð Rate limiting](#-progress-capturing)
- [ð AxiosHeaders](#-axiosheaders)
- [Semver](#semver)
- [Promises](#promises)
- [TypeScript](#typescript)
- [Resources](#resources)
- [Credits](#credits)
- [License](#license)
## Features
- Make [XMLHttpRequests](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest) from the browser
- Make [http](https://nodejs.org/api/http.html) requests from node.js
- Supports the [Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise) API
- Intercept request and response
- Transform request and response data
- Cancel requests
- Automatic transforms for [JSON](https://www.json.org/json-en.html) data
- ð Automatic data object serialization to `multipart/form-data` and `x-www-form-urlencoded` body encodings
- Client side support for protecting against [XSRF](https://en.wikipedia.org/wiki/Cross-site_request_forgery)
## Browser Support
![Chrome](https://raw.githubusercontent.com/alrra/browser-logos/main/src/chrome/chrome_48x48.png) | ![Firefox](https://raw.githubusercontent.com/alrra/browser-logos/main/src/firefox/firefox_48x48.png) | ![Safari](https://raw.githubusercontent.com/alrra/browser-logos/main/src/safari/safari_48x48.png) | ![Opera](https://raw.githubusercontent.com/alrra/browser-logos/main/src/opera/opera_48x48.png) | ![Edge](https://raw.githubusercontent.com/alrra/browser-logos/main/src/edge/edge_48x48.png) | ![IE](https://raw.githubusercontent.com/alrra/browser-logos/master/src/archive/internet-explorer_9-11/internet-explorer_9-11_48x48.png) |
--- | --- | --- | --- | --- | --- |
Latest â | Latest â | Latest â | Latest â | Latest â | 11 â |
[![Browser Matrix](https://saucelabs.com/open_sauce/build_matrix/axios.svg)](https://saucelabs.com/u/axios)
## Installing
### Package manager
Using npm:
```bash
$ npm install axios
```
Using bower:
```bash
$ bower install axios
```
Using yarn:
```bash
$ yarn add axios
```
Using pnpm:
```bash
$ pnpm a
没有合适的资源?快使用搜索试试~ 我知道了~
服药通APP-一个初学者的UNIAPP应用
共2000个文件
js:706个
xml:294个
ts:276个
0 下载量 153 浏览量
2024-07-16
21:22:36
上传
评论
收藏 72.63MB ZIP 举报
温馨提示
服药通APP-一个初学者的UNIAPP应用
资源推荐
资源详情
资源评论
收起资源包目录
服药通APP-一个初学者的UNIAPP应用 (2000个子文件)
__UNI__C8811EF__20240716195450.apk 13.93MB
__UNI__C8811EF_cm.apk 13.5MB
apkurl 78B
resources.arsc 257KB
README.md.bak 12KB
certdata 122B
axios.cjs 116KB
axios.cjs 83KB
mqtt.cmd 327B
mqtt_pub.cmd 326B
mqtt_sub.cmd 326B
app.css 32KB
app.css 32KB
app.css 32KB
app.css 32KB
index.css 20KB
uni.fd2fcaa8.css 15KB
index-db83ad10.css 15KB
index.css 14KB
index.css 14KB
index.css 14KB
index-c575c443.css 9KB
uniicons.css 8KB
threshold.css 4KB
threshold.css 2KB
threshold.css 2KB
threshold.css 2KB
threshold-48b1f568.css 2KB
hello.css 1KB
uni-popup-f1717295.css 484B
hello-8bdd1762.css 250B
hello.css 216B
hello.css 216B
hello.css 216B
index.d.cts 18KB
39285EFA.dex 70KB
.eslintrc 743B
.eslintrc 511B
.eslintrc 435B
publicsuffixes.gz 33KB
publicsuffixes.gz 33KB
hello 9B
dcloud_error.html 3KB
index.html 838B
__uniappview.html 768B
__uniappview.html 768B
__uniappview.html 768B
__uniappview.html 768B
index.html 672B
tslib.es6.html 36B
tslib.html 32B
mqtt.js 742KB
uni-jsframework-vue3.js 667KB
app-service.js 633KB
mqtt.js 454KB
mqtt.js 399KB
mqtt.js 399KB
app-service.js 397KB
app-service.js 397KB
app-service.js 397KB
pages-hello-hello.c92bbe12.js 320KB
mqtt.min.js 320KB
mqtt.esm.js 320KB
uni-app-view.umd.js 302KB
uni-app-view.umd.js 302KB
uni-app-view.umd.js 302KB
uni-app-view.umd.js 302KB
mqtt.min.js 223KB
mqtt.min.js 223KB
index-4ea43bb6.js 220KB
__uniappquill.js 211KB
__uniappquill.js 211KB
__uniappquill.js 211KB
__uniappquill.js 211KB
all.js 162KB
weexUniJs.js 159KB
axios.js 111KB
js-sdsl.js 106KB
axios.js 84KB
test.js 78KB
axios.js 69KB
axios.js 69KB
pages-index-index.90ea11d5.js 68KB
index.js 57KB
index.js 50KB
index.js 50KB
client.js 45KB
readable.js 42KB
axios.min.js 41KB
_stream_readable.js 35KB
websocket.js 34KB
js-sdsl.min.js 32KB
writeToStream.js 31KB
axios.min.js 29KB
__uniappchooselocation.js 27KB
__uniappchooselocation.js 27KB
__uniappchooselocation.js 27KB
__uniappchooselocation.js 27KB
writable.js 25KB
runtime.js 25KB
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论
琴小弦
- 粉丝: 381
- 资源: 1
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- springboot项目笔记记录分享网站.zip
- springboot项目爱心商城系统.zip
- springboot项目本庄村果园预售系统的设计与实现boot.zip
- springboot项目船舶监造系统.zip
- springboot项目仓库管理系统.zip
- springboot项目船舶维保管理系统.zip
- 大模型原生应用产品设计的前沿探索-岑润哲
- springboot项目大学生创新创业项目管理系统.zip
- springboot项目船运物流管理系统.zip
- springboot项目大学生计算机基础网络教学系统.zip
- springboot项目大学生双创竟赛项目申报与路演管理系统_fp.zip
- springboot项目大学生平时成绩量化管理系统.zip
- springboot项目大学生就业服务平台.zip
- springboot项目当代中国获奖的知名作家信息管理系统的设计与实现.zip
- springboot项目大学生选修选课系统的设计与实现.zip
- springboot项目大学生在线租房平台.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功