nuxt / http

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

fix: ignore proxy headers `content-md5` and `content-type` #107

Closed ricardogobbosouza closed 4 years ago

codecov-commenter commented 4 years ago

Codecov Report

Merging #107 into dev will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #107   +/-   ##
=======================================
  Coverage   90.90%   90.90%           
=======================================
  Files           1        1           
  Lines          55       55           
  Branches       30       30           
=======================================
  Hits           50       50           
  Misses          5        5           
Impacted Files Coverage Δ
lib/module.js 90.90% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 836c655...c69b637. Read the comment docs.

pi0 commented 4 years ago

Thanks