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
3af87ed81c
commit
7206dd1852
1 changed files with 2 additions and 2 deletions
|
@ -54,8 +54,8 @@ type.
|
||||||
|
|
||||||
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 simple type that implements
|
||||||
`IntoResponse`, allowing you to simply and safely apply the HX-* headers to any
|
`IntoResponseParts`, allowing you to simply and safely apply the HX-* headers to
|
||||||
of your responses.
|
any of your responses.
|
||||||
|
|
||||||
| Header | Responder | Value |
|
| Header | Responder | Value |
|
||||||
|------------------|----------------|-------------------------------------|
|
|------------------|----------------|-------------------------------------|
|
||||||
|
|
Loading…
Reference in a new issue