mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
Merge pull request #326 from josh-egan/patch-1
Update README with request method on static api
This commit is contained in:
@@ -135,6 +135,7 @@ axios('/user/12345');
|
|||||||
|
|
||||||
For convenience aliases have been provided for all supported request methods.
|
For convenience aliases have been provided for all supported request methods.
|
||||||
|
|
||||||
|
##### axios.request(config)
|
||||||
##### axios.get(url[, config])
|
##### axios.get(url[, config])
|
||||||
##### axios.delete(url[, config])
|
##### axios.delete(url[, config])
|
||||||
##### axios.head(url[, config])
|
##### axios.head(url[, config])
|
||||||
|
|||||||
Reference in New Issue
Block a user