mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
Adding link to adapters/README.md
This commit is contained in:
@@ -248,7 +248,7 @@ These are the available config options for making requests. Only the `url` is re
|
|||||||
withCredentials: false, // default
|
withCredentials: false, // default
|
||||||
|
|
||||||
// `adapter` allows custom handling of requests which makes testing easier.
|
// `adapter` allows custom handling of requests which makes testing easier.
|
||||||
// Return a promise and supply a valid response (see lib/adapters/README.md).
|
// Return a promise and supply a valid response (see [this](https://github.com/mzabriskie/axios/blob/master/lib/adapters/README.md) for details).
|
||||||
adapter: function (config) {
|
adapter: function (config) {
|
||||||
/* ... */
|
/* ... */
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user