Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/body/
Dtext.rs308 pub struct TextBodyDecoder { struct
312 impl TextBodyDecoder { argument
324 pub fn new(length: usize) -> TextBodyDecoder { in new()