Searched defs:HttpBody (Results 1 – 7 of 7) sorted by relevance
| /commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/ |
| D | http_body.rs | 48 pub struct HttpBody { struct 54 impl HttpBody { implementation 95 impl Body for HttpBody { implementation
|
| D | client.rs | 109 ) -> 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/ |
| D | http_body.rs | 66 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/ |
| D | mod.rs | 31 ) -> Result<Response<HttpBody>, HttpClientError> in request()
|
| D | http1.rs | 31 ) -> Result<Response<HttpBody>, HttpClientError> in request()
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/util/interceptor/ |
| D | mod.rs | 80 _response: &HttpResp<HttpBody>, in intercept_redirect_response()
|
| /commonlibrary/rust/ylong_http/ylong_http_client/tests/ |
| D | sdv_async_interceptor.rs | 288 _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()
|