mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
Updating README
This commit is contained in:
@@ -174,6 +174,10 @@ This is the available config options for making requests. Only the `url` is requ
|
|||||||
firstName: 'Fred'
|
firstName: 'Fred'
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// `timeout` specifies the number of milliseconds before the request times out.
|
||||||
|
// If the request takes longer than `timeout`, the request will be aborted.
|
||||||
|
timeout: 1000,
|
||||||
|
|
||||||
// `withCredentials` indicates whether or not cross-site Access-Control requests
|
// `withCredentials` indicates whether or not cross-site Access-Control requests
|
||||||
// should be made using credentials
|
// should be made using credentials
|
||||||
withCredentials: false, // default
|
withCredentials: false, // default
|
||||||
|
|||||||
Reference in New Issue
Block a user