nuxt / http

Universal HTTP Module for Nuxt.js
https://http.nuxtjs.org
MIT License
229 stars 51 forks source link

feat: convert header names to lowercase #45

Closed pimlie closed 5 years ago

pimlie commented 5 years ago

Ky converts all header names to lower-case. This pr forces headers set by the plugin to have lower-case names as well so we dont pass two headers with different casing to Ky/fetch.Headers (which then might decide for itself which one to use).

pi0 commented 5 years ago

Thanks 😊