actix-htmx 0.3.0

Actix Web middleware for use when developing with htmx
Documentation
1
2
3
4
5
6
7
8
# actix-htmx

> Middleware to make working with [htmx]https://htmx.org and [Actix Web]https://github.com/actix/actix-web easier.

[![crates.io](https://img.shields.io/crates/v/actix-htmx?label=latest)](https://crates.io/crates/actix-htmx)
![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-htmx)

`actix-htmx` allows you to easily interact with [htmx](https://htmx.org) request and response headers from within an [Actix Web](https://github.com/actix/actix-web) application.