From a784774981f06795748faafd36ba2dde90248420 Mon Sep 17 00:00:00 2001 From: Khaled Garbaya Date: Sat, 8 Apr 2017 13:19:24 +0200 Subject: [PATCH] Adding comment about header names (#778) Header names are lower cased by axios Which make sense since the header names are case insensitive. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 38cbb22..3b3d1c0 100644 --- a/README.md +++ b/README.md @@ -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