Function infer::text::is_html[][src]

pub fn is_html(buf: &[u8]) -> bool
Expand description

Returns whether a buffer is html data.

Conforms to whatwg specification.