2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-11 18:02:32 +03:00

Updating README

This commit is contained in:
Matt Zabriskie
2016-03-04 10:41:42 -07:00
parent ab2fba805e
commit 7462c49a13
+2 -2
View File
@@ -172,7 +172,7 @@ The available instance methods are listed below. The specified config will be me
##### axios#put(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.
@@ -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.