Update README.md

This commit is contained in:
Rob Wagner 2023-12-03 15:47:22 -05:00
parent 3859d9beb6
commit b9261c0988
No known key found for this signature in database
GPG key ID: 53CCB4497B15CF61

View file

@ -47,9 +47,9 @@ the extractor will return `None` or `false` dependant on the expected return
type.
| Header | Extractor | Value |
|------------------------------|---------------------------|------------------|
|------------------------------|---------------------------|---------------------------|
| `HX-Boosted` | `HxBoosted` | `bool` |
| `HX-Current-URL` | `HxCurrentUrl` | `Option<String>` |
| `HX-Current-URL` | `HxCurrentUrl` | `Option<axum::http::Uri>` |
| `HX-History-Restore-Request` | `HxHistoryRestoreRequest` | `bool` |
| `HX-Prompt` | `HxPrompt` | `Option<String>` |
| `HX-Request` | `HxRequest` | `bool` |
@ -65,7 +65,7 @@ have a supported responder. A responder is a basic type that implements
any of your responses.
| Header | Responder | Value |
|---------------------------|--------------------------------|------------------------------------------|
|---------------------------|---------------------|-------------------------------------|
| `HX-Location` | `HxLocation` | `axum::http::Uri` |
| `HX-Push-Url` | `HxPushUrl` | `axum::http::Uri` |
| `HX-Redirect` | `HxRedirect` | `axum::http::Uri` |