1 2
/// Max allowed size for the request body. pub const DEFAULT_MAX_BODY_SIZE: usize = 64 * 1024 * 1024; // 64mb