wimdeblauwe / htmx-spring-boot

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

add reswap to HtmxResponse #56

Closed yennor closed 11 months ago

yennor commented 12 months ago

htmx supports the HX-Reswap header to redefine the swap attribute. Would be cool if HtmxResponse class would also support that.

Runek00 commented 11 months ago

I can do this if that's ok.

checketts commented 11 months ago

Go for it. Thanks!

wimdeblauwe commented 11 months ago

Fixed via PR #62