v5.5.2
Generic HTTP Router Validation
The v5.5.0 release of HTTP networking for Glaze had too restrictive router validation. This change provides a std::function<bool(std::string_view)>
for validation, allowing users to write their own custom validation logic or bring their favorite regex library.
- Router validation custom function by @stephenberry in #1829
Full Changelog: v5.5.1...v5.5.2