mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
Adding comment about header names (#778)
Header names are lower cased by axios Which make sense since the header names are case insensitive.
This commit is contained in:
committed by
Rubén Norte
parent
08eb98582e
commit
a784774981
@@ -351,6 +351,7 @@ The response for a request contains the following information.
|
|||||||
statusText: 'OK',
|
statusText: 'OK',
|
||||||
|
|
||||||
// `headers` the headers that the server responded with
|
// `headers` the headers that the server responded with
|
||||||
|
// All header names are lower cased
|
||||||
headers: {},
|
headers: {},
|
||||||
|
|
||||||
// `config` is the config that was provided to `axios` for the request
|
// `config` is the config that was provided to `axios` for the request
|
||||||
|
|||||||
Reference in New Issue
Block a user