mirror of
https://github.com/robertwayne/axum-htmx
synced 2024-11-27 21:54:57 +01:00
Keep naming consistent w/ lib even though it conflicts with htmx docs
This commit is contained in:
parent
cd6c700082
commit
088d0857f0
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
pub const HX_BOOSTED: &str = "HX-Boosted";
|
pub const HX_BOOSTED: &str = "HX-Boosted";
|
||||||
|
|
||||||
/// The current URL of the browser.
|
/// The current URL of the browser.
|
||||||
pub const HX_CURRENT_URL: &str = "HX-Current-URL";
|
pub const HX_CURRENT_URL: &str = "HX-Current-Url";
|
||||||
|
|
||||||
/// `true` if the request is for history restoration after a miss in the local
|
/// `true` if the request is for history restoration after a miss in the local
|
||||||
/// history cache.
|
/// history cache.
|
||||||
|
|
Loading…
Reference in a new issue