//! Immutable static bytes served by [`FlowApp::static_asset`](crate::flow::FlowApp::static_asset).
use ;
/// Cache-Control for content-hashed or versioned bundles embedded at compile time.
pub const STATIC_IMMUTABLE_CACHE: &str = "public, max-age=31536000, immutable";
/// Build a GET response for a fixed static asset (Cache-Control + Content-Type).