mirror of
https://github.com/robertwayne/axum-htmx
synced 2024-11-27 21:54:57 +01:00
Update README.md
This commit is contained in:
parent
6c0a8cde21
commit
c9abf4e84c
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
||||||
<br>
|
<br>
|
||||||
<!-- markdownlint-enable -->
|
<!-- markdownlint-enable -->
|
||||||
|
|
||||||
`axum-htmx` is a small extension library providing extractors for the various
|
`axum-htmx` is a small extension library providing extractors and request guards
|
||||||
[htmx](https://htmx.org/) headers within
|
for the various [htmx](https://htmx.org/) headers within
|
||||||
[axum](https://github.com/tokio-rs/axum). Additionally, the library exports
|
[axum](https://github.com/tokio-rs/axum). Additionally, the library exports
|
||||||
const values for all of the htmx headers, so there's no need to mess with
|
const values for all of the htmx headers, so there's no need to mess with
|
||||||
strings in your handlers.
|
strings in your handlers.
|
||||||
|
|
Loading…
Reference in a new issue