[][src]Function hrx::parse::body

pub fn body<'input>(
    __input: &'input str,
    boundary_length: NonZeroUsize
) -> ParseResult<&'input str>

contents newline

No newline at the end of the archive (if the archive ends in a body, all trailing newlines are part of that body's contents)

NB: this doesn't explicitly consume a newline as that has been moved down to contents.