| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Codecov Report❌ Patch coverage is 97.29730% with 2 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## master #2949 +/- ##
==========================================
+ Coverage 93.17% 93.44% +0.26%
==========================================
Files 43 43
Lines 4501 4712 +211
==========================================
+ Hits 4194 4403 +209
+ Misses 189 188 -1
- Partials 118 121 +3 ☔ View full report in Codecov by Harness.
|
Sorry, something went wrong.
|
Any updates on this ?? |
Sorry, something went wrong.
- Correct net/http interop claim: Echo handlers are not http.Handler; interop is via WrapHandler/WrapMiddleware - Clarify binding ships with a pluggable validator (not built-in validation) - ROADMAP: reference canonical auto-HEAD issue/PR (#2895/#2949) instead of the duplicate PRs (#2944/#2937) slated for closure Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* docs: add liveness signals to README and a public ROADMAP - Add dynamic latest-release and last-commit badges (can't go stale) - Add positioning vs net/http and an "actively maintained" note - Add ROADMAP.md with version policy (v5 current, v4 LTS to 2026-12-31) and surface it from the README Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * docs: fix review findings in README/ROADMAP - Correct net/http interop claim: Echo handlers are not http.Handler; interop is via WrapHandler/WrapMiddleware - Clarify binding ships with a pluggable validator (not built-in validation) - ROADMAP: reference canonical auto-HEAD issue/PR (#2895/#2949) instead of the duplicate PRs (#2944/#2937) slated for closure Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…lling back to the corresponding GET route
| Back | FazBrowse Home | New Git URL |
Proposal for alternative solution to #2944 (#2895) - do not register extra routes. use router internals to fallback from head to get. these extra IF checks do not register as meaningful change when running benchstat, but registering another route along with GET looks like a quick hack.
store benchmarks for this change
check out current version
and compare these two
usage:
Create Echo instance with Router that is configured with AutoHandleHEAD = true