mirror of
https://github.com/robertwayne/axum-htmx
synced 2024-11-26 05:09:35 +01:00
Update README.md
This commit is contained in:
parent
9737260095
commit
1e5f9088ed
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ type.
|
||||||
## Responders
|
## Responders
|
||||||
|
|
||||||
All of the [htmx response headers](https://htmx.org/reference/#response_headers)
|
All of the [htmx response headers](https://htmx.org/reference/#response_headers)
|
||||||
have a supported responder. A responder is a simple type that implements
|
have a supported responder. A responder is a basic type that implements
|
||||||
`IntoResponseParts`, allowing you to simply and safely apply the HX-* headers to
|
`IntoResponseParts`, allowing you to simply and safely apply the HX-* headers to
|
||||||
any of your responses.
|
any of your responses.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue