Releases: florimondmanca/asgi-htmx
Releases · florimondmanca/asgi-htmx
Version 0.1.0
0.1.0 - 2022-05-30
Initial release
Added
- Add
HtmxDetails
that facilitates working withHX-*
request headers. - Add
HtmxMiddleware
that automatically adds anHtmxDetails
instance asscope["htmx"]
. - Add
HtmxRequest
that facilitates type hintingrequest.scope["htmx"]
in Starlette-based frameworks.