Searched refs:ResponsePart (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/response/ |
H A D | mod.rs | 38 part: ResponsePart, 69 pub fn into_parts(self) -> (ResponsePart, T) { in into_parts() argument 74 pub fn from_raw_parts(part: ResponsePart, body: T) -> Response<T> { in from_raw_parts() argument 94 pub struct ResponsePart { struct
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h1/response/ |
H A D | decoder.rs | 20 use crate::response::ResponsePart; 215 ) -> Result<Option<(ResponsePart, &'a [u8])>, HttpError> { in decode() argument 230 ) -> Result<Option<(ResponsePart, &'a [u8])>, HttpError> { in version_phase() argument 257 ) -> Result<Option<(ResponsePart, &'a [u8])>, HttpError> { in status_code_phase() argument 278 ) -> Result<Option<(ResponsePart, &'a [u8])>, HttpError> { in reason_phase() argument 289 ) -> Result<Option<(ResponsePart, &'a [u8])>, HttpError> { in status_crlf_phase() argument 300 ) -> Result<Option<(ResponsePart, &'a [u8])>, HttpError> { in header_phase_with_init() argument 320 ) -> Result<Option<(ResponsePart, &'a [u8])>, HttpError> { in header_phase() argument 330 ) -> Result<Option<(ResponsePart, &'a [u8])>, HttpError> { in blank_line_phase() argument 334 let response_part = ResponsePart { in blank_line_phase()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ |
H A D | timeout.rs | 67 use ylong_http::response::{Response, ResponsePart}; 85 let part = ResponsePart { in ut_timeout_future()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/ |
H A D | normalizer.rs | 18 use ylong_http::response::ResponsePart; 117 part: &'a ResponsePart, 121 pub(crate) fn new(req_method: &'a Method, part: &'a ResponsePart) -> Self { in new()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/ |
H A D | http1.rs | 22 use ylong_http::response::ResponsePart; 171 part: ResponsePart, in decode_response() argument
|
H A D | http2.rs | 27 use ylong_http::response::ResponsePart; 86 ResponsePart { in frame_2_response()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/ |
H A D | lib.rs | 34 pub use ylong_http::response::ResponsePart;
|