Function abnf_core::streaming::SP[][src]

pub fn SP(input: &[u8]) -> IResult<&[u8], &[u8]>

Use of this linear-white-space rule permits lines containing only white space that are no longer legal in mail headers and have caused interoperability problems in other contexts.

Do not use when defining mail headers and use with caution in other contexts.

LWSP = *(WSP / CRLF WSP) 8 bits of data

OCTET = %x00-FF SP = %x20