Function headers::util::entity::check_slice_validity
source ยท fn check_slice_validity(slice: &[u8]) -> bool
Expand description
check that each char in the slice is either:
%x21
, or- in the range
%x23
to%x7E
, or - above
%x80