pub const KIB: usize = 1024;
One kibibyte (1024 bytes). For readable byte-size limits, e.g. #[controller(max_body_bytes = 4 * KIB)].
#[controller(max_body_bytes = 4 * KIB)]