2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-05 16:42:32 +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:
Khaled Garbaya
2017-04-08 13:19:24 +02:00
committed by Rubén Norte
parent 08eb98582e
commit a784774981
+1
View File
@@ -351,6 +351,7 @@ The response for a request contains the following information.
statusText: 'OK',
// `headers` the headers that the server responded with
// All header names are lower cased
headers: {},
// `config` is the config that was provided to `axios` for the request