Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Dnormalizer.rs125 pub(crate) fn parse(&self) -> Result<BodyLength, HttpClientError> { in parse()
180 pub(crate) enum BodyLength { enum
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dhttp_body.rs75 body_length: BodyLength, in new()