Home
last modified time | relevance | path

Searched defs:HttpBody (Results 1 – 7 of 7) 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/async_impl/
Dhttp_body.rs66 pub struct HttpBody { struct
74 impl HttpBody { argument
112 impl Body for HttpBody { implementation
185 impl Drop for HttpBody { implementation
/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/util/interceptor/
Dmod.rs80 _response: &HttpResp<HttpBody>, in intercept_redirect_response()
/commonlibrary/rust/ylong_http/ylong_http_client/tests/
Dsdv_async_interceptor.rs288 _response: &ylong_http::response::Response<HttpBody>, in sdv_client_request_interceptor_http1_redirect_response()
433 _response: &ylong_http::response::Response<HttpBody>, in sdv_client_request_interceptor_http2_redirect_response()