wimdeblauwe / htmx-spring-boot

Spring Boot and Thymeleaf helpers for working with htmx
Apache License 2.0
423 stars 41 forks source link

Add builder methods to push or replace url with current request url including query params #89

Closed xhaggi closed 8 months ago

xhaggi commented 8 months ago

@dsyer I also found this handy in the case of HtmxResponse as return type. So let's add it here first.

xhaggi commented 8 months ago

This PR is superfluous because hx-push-url="true" does the job.