mirror of
https://github.com/robertwayne/axum-htmx
synced 2024-11-24 04:12:50 +01:00
Fix spacing issue
This commit is contained in:
parent
5fcf0c1e94
commit
67bc6fecaa
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ use axum::{extract::FromRequestParts, http::request::Parts};
|
||||||
/// See <https://htmx.org/reference/#request_headers> for more information.
|
/// See <https://htmx.org/reference/#request_headers> for more information.
|
||||||
#[derive(Debug, Clone, Copy, PartialEq)]
|
#[derive(Debug, Clone, Copy, PartialEq)]
|
||||||
pub enum HtmxRequestHeader {
|
pub enum HtmxRequestHeader {
|
||||||
/// Indicates that the request is via an element using `hx-boost` attribute.
|
/// Indicates that the request is via an element using `hx-boost` attribute.
|
||||||
///
|
///
|
||||||
/// See <https://htmx.org/attributes/hx-boost/> for more information.
|
/// See <https://htmx.org/attributes/hx-boost/> for more information.
|
||||||
Boosted,
|
Boosted,
|
||||||
|
|
Loading…
Reference in a new issue