# 手写Axios **Repository Path**: linhexs/handwritten-axios ## Basic Information - **Project Name**: 手写Axios - **Description**: 手写axios - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-01 - **Last Updated**: 2021-10-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: TypeScript ## README # TS实现Axios 1. get请求 2. post请求和拦截器 3. 异常处理 4. 合并配置 5. 请求响应转换 6. 取消任务