Home
last modified time | relevance | path

Searched refs:into_parts (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/response/
H A Dmod.rs69 pub fn into_parts(self) -> (ResponsePart, T) { in into_parts() method
225 let (part, body) = response.into_parts(); in ut_response_into_parts()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
H A Ddecoder.rs290 let (pseudo, _) = get_parts!(_hpack $(, $input)*).into_parts(); in ut_hpack_decoder()
301 let (_, map) = get_parts!(_hpack $(, $input)*).into_parts(); in ut_hpack_decoder()
313 let (pseudo, map) = get_parts!(_hpack $(, $input)*).into_parts(); in ut_hpack_decoder()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Dparts.rs63 pub(crate) fn into_parts(self) -> (PseudoHeaders, Headers) { in into_parts() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Dparts.rs65 pub(crate) fn into_parts(self) -> (PseudoHeaders, Headers) { in into_parts() method
H A Ddecoder.rs82 let (pseudo, map) = f_decoder.headers.into_parts(); in literal_field_line_with_name_reference()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h1/request/
H A Dencoder.rs686 let (part, _) = request.into_parts(); in ut_request_encoder_new()
718 let (part, _) = request.into_parts(); in ut_request_encoder_encode_1()
789 let (part, _) = request.into_parts(); in ut_request_encoder_set_proxy()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/request/
H A Dmod.rs435 pub fn into_parts(self) -> (RequestPart, T) { in into_parts() method
801 let (part, body) = request.into_parts(); in ut_request_into_parts()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Dredirect.rs79 let (_, _, path, query) = location.into_parts(); in redirect()
H A Dnormalizer.rs259 let (part, _) = request.into_parts(); in ut_request_format()
H A Dproxy.rs164 let (scheme, authority, _, _) = uri.into_parts(); in new()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Ddecoder.rs669 let (pseudo, _) = get_parts!(_qpack $(, $input)*).into_parts(); in ut_qpack_decoder()
678 let (_, map) = get_parts!(_qpack $(, $input)*).into_parts(); in ut_qpack_decoder()
688 let (pseudo, map) = get_parts!(_hpack $(, $input)*).into_parts(); in ut_qpack_decoder()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/
H A Dheaders.rs154 pub fn into_parts(self) -> (HeaderName, HeaderValue) { in into_parts() method
1070 let (name, value) = header.into_parts(); in ut_header_methods()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/tests/
H A Dsdv_async_http2.rs46 let (parts, mut body) = req.into_parts(); in server_fn()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/
H A Dmod.rs292 pub fn into_parts( in into_parts() method
722 pub fn into_parts(self) -> (Host, Option<Port>) { in into_parts() method