Struct stream_httparse::Chunk [−][src]
pub struct Chunk { /* fields omitted */ }Expand description
A single HTTP-Chunk used for sending
Data with Transfer-Encoding: Chunked
pub struct Chunk { /* fields omitted */ }A single HTTP-Chunk used for sending
Data with Transfer-Encoding: Chunked
impl StructuralPartialEq for Chunk[src]impl RefUnwindSafe for Chunkimpl Send for Chunkimpl Sync for Chunkimpl Unpin for Chunkimpl UnwindSafe for Chunk