MiniAxios mini promise based http client for the browser and node.js 发送请求(实现最基本的发送请求功能) 实现两种调用方法 函数式调用:axios({}) 对象式调用:axios.get() 请求原理(request ➡️ dispatchRequest ➡️ adapter) 拦截器 请求拦截器:hanlers、unshift 响应拦截器:handlers、shift