Fix broken response headers links (#843)

This commit is contained in:
Jonathan Berger 2022-04-07 12:40:54 -07:00 committed by GitHub
parent 0b52a8c6a3
commit 75043b2ae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: