Keep naming consistent w/ lib even though it conflicts with htmx docs

This commit is contained in:
Rob Wagner 2023-07-22 18:22:01 -04:00
parent cd6c700082
commit 088d0857f0
No known key found for this signature in database
GPG key ID: 53CCB4497B15CF61

View file

@ -4,7 +4,7 @@
pub const HX_BOOSTED: &str = "HX-Boosted";
/// 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
/// history cache.