v0.4.0
v0.4.0
- Added support for all htmx response headers via a type implementing
IntoResponseParts
. These "responders" allow you to simply and safely apply the HX-* headers to any of your responses. Thanks to @pfz4 for the implementation work! (#5)
You can find a list of all the responders in the README and API documentation. The README also contains a couple examples on using responders.