django-revproxy icon indicating copy to clipboard operation
django-revproxy copied to clipboard

Replaced deprecated getheader in favor of headers

Open andruten opened this issue 1 year ago • 1 comments

May fix #183 deprecation warning. urrlib3 response.headers property is available in all versions supported by django-revproxy.

andruten avatar Feb 08 '24 20:02 andruten

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (e7ad0c2) 98.55% compared to head (55e1e9c) 98.55%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #184   +/-   ##
=======================================
  Coverage   98.55%   98.55%           
=======================================
  Files           7        7           
  Lines         414      414           
  Branches       70       70           
=======================================
  Hits          408      408           
  Misses          3        3           
  Partials        3        3           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Feb 08 '24 20:02 codecov[bot]