mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 15:25:26 +00:00
Fix broken response headers links (#843)
This commit is contained in:
parent
0b52a8c6a3
commit
75043b2ae1
@ -388,7 +388,7 @@ with any of the following values:
|
||||
| `beforebegin` | prepends the content before the target in the targets parent element
|
||||
| `beforeend` | appends the content after the last child inside the target
|
||||
| `afterend` | appends the content after the target in the targets parent element
|
||||
| `none` | does not append content from response ([Out of Band Swaps](#oob_swaps) and [Response Headers](##response-headers) will still be processed)
|
||||
| `none` | does not append content from response ([Out of Band Swaps](#oob_swaps) and [Response Headers](#response-headers) will still be processed)
|
||||
|
||||
### <a name="synchronization"></a> [Synchronization](#synchronization)
|
||||
|
||||
@ -811,7 +811,7 @@ htmx includes a number of useful headers in requests:
|
||||
| `HX-Target` | will be set to the id of the target element
|
||||
| `HX-Prompt` | will be set to the value entered by the user when prompted via [hx-prompt](/attributes/hx-prompt)
|
||||
|
||||
### <a name="response-header"></a> [Response Headers](#response-headers)
|
||||
### <a name="response-headers"></a> [Response Headers](#response-headers)
|
||||
|
||||
htmx supports some htmx-specific response headers:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user