Struct http1_spec::chunked_body_parser::ChunkedBodyParser
source · pub struct ChunkedBodyParser { /* private fields */ }Implementations§
Trait Implementations§
source§impl BodyParser for ChunkedBodyParser
impl BodyParser for ChunkedBodyParser
fn parse<R: BufRead>(
&mut self,
r: &mut R,
body_buf: &mut Vec<u8>
) -> Result<BodyParseOutput, BodyParseError>
source§impl Default for ChunkedBodyParser
impl Default for ChunkedBodyParser
source§fn default() -> ChunkedBodyParser
fn default() -> ChunkedBodyParser
Returns the “default value” for a type. Read more