echox
echox copied to clipboard
Echo cookbook and website
Added a section on testing middleware and handlers with example code - this is useful for testing the entire request flow.
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.3.1 to 1.3.2. Changelog Sourced from node-forge's changelog. 1.3.2 - 2025-11-25 Security HIGH: ASN.1 Validator Desynchronization An Interpretation Conflict (CWE-436) vulnerability in node-forge versions 1.3.1 and below...
Bumps [mdast-util-to-hast](https://github.com/syntax-tree/mdast-util-to-hast) from 13.2.0 to 13.2.1. Release notes Sourced from mdast-util-to-hast's releases. 13.2.1 Fix ab3a795 Fix support for spaces in class names Types efb5312 Refactor to use @imports a5bc210 Add...
I am creating this as TODO or discussion. We previously used [Hugo](https://gohugo.io/) - which is written in Go - to generate the Echo website. In PR [#290](https://github.com/labstack/echox/pull/290), we migrated to...
## Summary - Updated Go version requirement from 1.13 to 1.20 to match current project state - Enhanced Hello World example with proper middleware setup (Logger, Recover) - Improved introduction...