Home
last modified time | relevance | path

Searched defs:ChunkBody (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/
H A Dchunk.rs74 pub struct ChunkBody<T> { struct
75 from: T,
76 trailer_value: Vec<u8>,
77 chunk_data: ChunkData,
78 data_status: DataState,
80 trailer: EncodeTrailer,
110 impl<'a> ChunkBody<FromBytes<'a>> { implementation
143 impl<T: Read> ChunkBody<FromReader<T>> { implementation
169 impl<T: AsyncRead + Unpin + Send + Sync> ChunkBody<FromAsyncReader<T>> { impl
326 impl<'a> ChunkBody<FromBytes<'a>> { impl
[all …]