Skip to content

Releases: florimondmanca/asgi-htmx

Version 0.1.0

30 May 19:20
Compare
Choose a tag to compare

0.1.0 - 2022-05-30

Initial release

Added

  • Add HtmxDetails that facilitates working with HX-* request headers.
  • Add HtmxMiddleware that automatically adds an HtmxDetails instance as scope["htmx"].
  • Add HtmxRequest that facilitates type hinting request.scope["htmx"] in Starlette-based frameworks.