mirror of
https://github.com/tenrok/axios.git
synced 2026-06-23 20:40:40 +03:00
Updating README
This commit is contained in:
@@ -172,7 +172,7 @@ The available instance methods are listed below. The specified config will be me
|
|||||||
##### axios#put(url[, data[, config]])
|
##### axios#put(url[, data[, config]])
|
||||||
##### axios#patch(url[, data[, config]])
|
##### axios#patch(url[, data[, config]])
|
||||||
|
|
||||||
## Request API
|
## Request Config
|
||||||
|
|
||||||
These are the available config options for making requests. Only the `url` is required. Requests will default to `GET` if `method` is not specified.
|
These are the available config options for making requests. Only the `url` is required. Requests will default to `GET` if `method` is not specified.
|
||||||
|
|
||||||
@@ -261,7 +261,7 @@ These are the available config options for making requests. Only the `url` is re
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Response API
|
## Response Schema
|
||||||
|
|
||||||
The response for a request contains the following information.
|
The response for a request contains the following information.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user