@resmo Actually, the docs say it's like clicking a `<a href=... hx-boost="true">` and also "This response header can be used to trigger a client side redirection without reloading the whole page."
So in that case I think it's pretty clear. If you really want a full redirect you can use HX-Redirect.
But I get your point, it may indeed be clearer to separate HTMX and non-HTMX endpoints.
Btw, I don't consider HTMX to be a particularly new project. It's already been at version 2.x for almost two years, 1.0.0 was released in 2020, and its predecessor - intercooler.js - had its 1.0.0 release in 2016. So roughly 10 years in one form or another. That's a lot these days where there's a new hyped client-side JS framework every other week.