Skip to content

Commit

Permalink
Adding comment about header names (#778)
Browse files Browse the repository at this point in the history
Header names are lower cased by axios Which make sense since the header names are case insensitive.
  • Loading branch information
Khaledgarbaya authored and rubennorte committed Apr 8, 2017
1 parent 08eb985 commit a784774
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a784774

Please sign in to comment.