File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010[ ![ code helpers] ( https://www.codetriage.com/axios/axios/badges/users.svg )] ( https://www.codetriage.com/axios/axios )
1111
1212Promise based HTTP client for the browser and node.js
13+ ## Table of Contents
14+
15+ - [ Features] ( #features )
16+ - [ Browser Support] ( #browser-support )
17+ - [ Installing] ( #installing )
18+ - [ Example] ( #example )
19+ - [ Axios API] ( #axios-api )
20+ - [ Request method aliases] ( #request-method-aliases )
21+ - [ Concurrency (Deprecated)] ( #concurrency-deprecated )
22+ - [ Creating an instance] ( #creating-an-instance )
23+ - [ Instance methods] ( #instance-methods )
24+ - [ Request Config] ( #request-config )
25+ - [ Response Schema] ( #response-schema )
26+ - [ Config Defaults] ( #config-defaults )
27+ - [ Global axios defaults] ( #global-axios-defaults )
28+ - [ Custom instance defaults] ( #custom-instance-defaults )
29+ - [ Config order of precedence] ( #config-order-of-precedence )
30+ - [ Interceptors] ( #interceptors )
31+ - [ Handling Errors] ( #handling-errors )
32+ - [ Cancellation] ( #cancellation )
33+ - [ Using application/x-www-form-urlencoded format] ( #using-applicationx-www-form-urlencoded-format )
34+ - [ Browser] ( #browser )
35+ - [ Node.js] ( #nodejs )
36+ - [ Query string] ( #query-string )
37+ - [ Form data] ( #form-data )
38+ - [ Semver] ( #semver )
39+ - [ Promises] ( #promises )
40+ - [ TypeScript] ( #typescript )
41+ - [ Resources] ( #resources )
42+ - [ Credits] ( #credits )
43+ - [ License] ( #license )
1344
1445## Features
1546
You can’t perform that action at this time.
0 commit comments