Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
Dhttp_body.rs48 pub struct HttpBody { struct
54 impl HttpBody { implementation
95 impl Body for HttpBody { implementation
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()
/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/conn/
Dmod.rs31 ) -> Result<Response<HttpBody>, HttpClientError> in request()
Dhttp1.rs31 ) -> Result<Response<HttpBody>, HttpClientError> in request()
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
Dhttp_body.rs65 pub struct HttpBody { struct
72 impl HttpBody { argument
102 impl Body for HttpBody { implementation
163 impl Drop for HttpBody { implementation
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/interceptor/
Dmod.rs80 _response: &HttpResp<HttpBody>, in intercept_redirect_response()