mccutchen / go-httpbin

A reasonably complete and well-tested golang port of httpbin, with zero dependencies outside the go stdlib.
https://httpbingo.org
MIT License
596 stars 124 forks source link

feat: allow POST, PUT, DELETE, PATCH methods on /basic-auth endpoint #166

Closed mgeuer closed 9 months ago

codecov[bot] commented 9 months ago

Codecov Report

Merging #166 (f42b61a) into main (dd8fc10) will decrease coverage by 1.75%. Report is 1 commits behind head on main. The diff coverage is 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #166 +/- ## ========================================== - Coverage 95.11% 93.37% -1.75% ========================================== Files 9 12 +3 Lines 2171 2280 +109 ========================================== + Hits 2065 2129 +64 - Misses 72 105 +33 - Partials 34 46 +12 ``` | [Files](https://app.codecov.io/gh/mccutchen/go-httpbin/pull/166?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Will+McCutchen) | Coverage Δ | | |---|---|---| | [httpbin/httpbin.go](https://app.codecov.io/gh/mccutchen/go-httpbin/pull/166?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Will+McCutchen#diff-aHR0cGJpbi9odHRwYmluLmdv) | `100.00% <100.00%> (ø)` | | ... and [3 files with indirect coverage changes](https://app.codecov.io/gh/mccutchen/go-httpbin/pull/166/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Will+McCutchen)