From 088d0857f00651a2875a8d3bd6dd326a5d4b9533 Mon Sep 17 00:00:00 2001 From: Rob Wagner Date: Sat, 22 Jul 2023 18:22:01 -0400 Subject: [PATCH] Keep naming consistent w/ lib even though it conflicts with htmx docs --- src/headers.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/headers.rs b/src/headers.rs index 1b922c8..e547141 100644 --- a/src/headers.rs +++ b/src/headers.rs @@ -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.