Skip to main content

sniff

Function sniff 

Source
pub fn sniff(chunk: &[u8]) -> Format
Expand description

Peek at the first chunk to determine whether it looks like HTML. Returns Format::Html if the first non-whitespace byte is <.