pub const MAX_BODY_CHARS_BEFORE_CHUNK: usize = 8_000;
Body character count above which the body is split into chunks.