Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/
H A Dtext.rs278 pub struct TextBodyDecoder { struct
282 impl TextBodyDecoder { argument
294 pub fn new(length: u64) -> TextBodyDecoder { in new()