Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
H A Dhttp_body.rs48 pub struct HttpBody { struct
54 impl HttpBody { impl
95 impl Body for HttpBody { implementation
H A Dclient.rs109 ) -> Result<Response<HttpBody>, HttpClientError> { in request()
117 ) -> Result<Response<HttpBody>, HttpClientError> { in retry_send_request()
131 ) -> Result<Response<HttpBody>, HttpClientError> { in send_request_retryable()
138 response: Response<HttpBody>, in redirect_request()
140 ) -> Result<Response<HttpBody>, HttpClientError> { in redirect_request()
163 ) -> Result<Response<HttpBody>, HttpClientError> { in send_request_with_uri()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/conn/
H A Dmod.rs31 ) -> Result<Response<HttpBody>, HttpClientError> in request()
H A Dhttp1.rs31 ) -> Result<Response<HttpBody>, HttpClientError> in request()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dhttp_body.rs65 pub struct HttpBody { struct
72 impl HttpBody { impl
102 impl Body for HttpBody { implementation
163 impl Drop for HttpBody { implementation
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/interceptor/
H A Dmod.rs128 _response: &HttpResp<HttpBody>, in intercept_redirect_response()