/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/response/ |
H A D | mod.rs | 69 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 D | decoder.rs | 290 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 D | parts.rs | 63 pub(crate) fn into_parts(self) -> (PseudoHeaders, Headers) { in into_parts() method
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/ |
H A D | parts.rs | 65 pub(crate) fn into_parts(self) -> (PseudoHeaders, Headers) { in into_parts() method
|
H A D | decoder.rs | 82 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 D | encoder.rs | 686 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 D | mod.rs | 435 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 D | redirect.rs | 79 let (_, _, path, query) = location.into_parts(); in redirect()
|
H A D | normalizer.rs | 259 let (part, _) = request.into_parts(); in ut_request_format()
|
H A D | proxy.rs | 164 let (scheme, authority, _, _) = uri.into_parts(); in new()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/ |
H A D | decoder.rs | 669 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 D | headers.rs | 154 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 D | sdv_async_http2.rs | 46 let (parts, mut body) = req.into_parts(); in server_fn()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/ |
H A D | mod.rs | 292 pub fn into_parts( in into_parts() method 722 pub fn into_parts(self) -> (Host, Option<Port>) { in into_parts() method
|