Skip to main content

needs_chunking

Function needs_chunking 

Source
pub fn needs_chunking(body: &str) -> bool
Expand description

Returns true when body exceeds CHUNK_SIZE_CHARS and must be split.