Struct stream_httparse::streaming_parser::ChunkParser [−][src]
pub struct ChunkParser { /* fields omitted */ }Expand description
A single ChunkParser instance used to parse multiple Chunks one after the other
Implementations
impl ChunkParser[src]
impl ChunkParser[src]pub fn new() -> ChunkParser[src]
pub fn new() -> ChunkParser[src]Creates a new empty Instance of the ChunkParser that is ready to start parsing Request
pub fn clear(&mut self)[src]
pub fn clear(&mut self)[src]Clears and resets the internal State to allow the parser to accept, receive and parse a new chunk without using up extra allocations,