echo-contrib icon indicating copy to clipboard operation
echo-contrib copied to clipboard

Echo community contribution

Results 33 echo-contrib issues
Sort by recently updated
recently updated
newest added

This PR contains Circuit Breaker Middleware @aldas @jrhrmsll @lammel Would appreciate it if you can review this PR.

# Add formbind package for nested form data binding https://github.com/labstack/echo-contrib/issues/137 ## Summary Introduces a new `formbind` package to echo-contrib that provides comprehensive support for binding nested structs, arrays, and pointer...

https://github.com/labstack/echo/pull/2834 As requested, I will extract the nested-form binding implementation into a standalone module and leaving a thin compatibility wrapper in Echo; this keeps core small, enables independent maintenance, and...