mirror of
https://github.com/robertwayne/axum-htmx
synced 2024-11-27 13:44:55 +01:00
Update README.md
This commit is contained in:
parent
2ff8a65974
commit
b15c850197
1 changed files with 3 additions and 1 deletions
|
@ -23,6 +23,7 @@
|
||||||
- [Getting Started](#getting-started)
|
- [Getting Started](#getting-started)
|
||||||
- [Extractors](#extractors)
|
- [Extractors](#extractors)
|
||||||
- [Responders](#responders)
|
- [Responders](#responders)
|
||||||
|
- [Vary Responders](#vary-responders)
|
||||||
- [Auto Caching Management](#auto-caching-management)
|
- [Auto Caching Management](#auto-caching-management)
|
||||||
- [Request Guards](#request-guards)
|
- [Request Guards](#request-guards)
|
||||||
- [Examples](#examples)
|
- [Examples](#examples)
|
||||||
|
@ -31,6 +32,7 @@
|
||||||
- [Example: Router Guard](#example-router-guard)
|
- [Example: Router Guard](#example-router-guard)
|
||||||
- [Feature Flags](#feature-flags)
|
- [Feature Flags](#feature-flags)
|
||||||
- [Contributing](#contributing)
|
- [Contributing](#contributing)
|
||||||
|
- [Testing](#testing)
|
||||||
- [License](#license)
|
- [License](#license)
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
@ -229,7 +231,7 @@ fn router_two() -> Router {
|
||||||
<!-- markdownlint-disable -->
|
<!-- markdownlint-disable -->
|
||||||
| Flag | Default | Description | Dependencies |
|
| Flag | Default | Description | Dependencies |
|
||||||
|-------------|----------|------------------------------------------------------------|---------------------------------------------|
|
|-------------|----------|------------------------------------------------------------|---------------------------------------------|
|
||||||
| `auto-vary` | Disabled | A middleware to address [HTMx caching issue][htmx-caching] | `futures`, `tokio`, `tower` |
|
| `auto-vary` | Disabled | A middleware to address [htmx caching issue][htmx-caching] | `futures`, `tokio`, `tower` |
|
||||||
| `guards` | Disabled | Adds request guard layers. | `tower`, `futures-core`, `pin-project-lite` |
|
| `guards` | Disabled | Adds request guard layers. | `tower`, `futures-core`, `pin-project-lite` |
|
||||||
| `serde` | Disabled | Adds serde support for the `HxEvent` and `LocationOptions` | `serde`, `serde_json` |
|
| `serde` | Disabled | Adds serde support for the `HxEvent` and `LocationOptions` | `serde`, `serde_json` |
|
||||||
<!-- markdownlint-enable -->
|
<!-- markdownlint-enable -->
|
||||||
|
|
Loading…
Reference in a new issue