go-resty / resty

Simple HTTP and REST client library for Go
MIT License
9.89k stars 696 forks source link

fix: request debug log loss cookie header when cookiejar in use #424 #727

Closed jeevatkm closed 11 months ago

jeevatkm commented 11 months ago

Fixes #424

codecov[bot] commented 11 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (1335e8d) 96.63% compared to head (516a49f) 96.62%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## v2 #727 +/- ## ========================================== - Coverage 96.63% 96.62% -0.02% ========================================== Files 12 12 Lines 1635 1630 -5 ========================================== - Hits 1580 1575 -5 Misses 35 35 Partials 20 20 ``` | [Files](https://app.codecov.io/gh/go-resty/resty/pull/727?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-resty) | Coverage Δ | | |---|---|---| | [middleware.go](https://app.codecov.io/gh/go-resty/resty/pull/727?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-resty#diff-bWlkZGxld2FyZS5nbw==) | `94.65% <100.00%> (+0.13%)` | :arrow_up: | | [util.go](https://app.codecov.io/gh/go-resty/resty/pull/727?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-resty#diff-dXRpbC5nbw==) | `94.01% <100.00%> (-0.44%)` | :arrow_down: |

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