JuliaWeb / HTTP.jl

HTTP for Julia
https://juliaweb.github.io/HTTP.jl/stable/
Other
635 stars 176 forks source link

Hide Authorization header value #1127

Closed nkottary closed 10 months ago

nkottary commented 10 months ago

Edits the show and writeheaders methods to hide the value of Authorization header. This hides the Authorization header value when Request or RequestError objects are shown.

Fix for https://github.com/JuliaWeb/HTTP.jl/issues/1125

codecov-commenter commented 10 months ago

Codecov Report

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

Comparison is base (f9389ae) 82.69% compared to head (96df725) 82.71%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1127 +/- ## ========================================== + Coverage 82.69% 82.71% +0.01% ========================================== Files 32 32 Lines 3052 3054 +2 ========================================== + Hits 2524 2526 +2 Misses 528 528 ```

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