Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/
H A Dchunk.rs76 trailer_value: Vec<u8>, field
1061 let mut trailer_value = &self.trailer[colon + 1..lf - 1]; in get_trailer() localVariable