Home
last modified time | relevance | path

Searched defs:intercept_input (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/interceptor/
Dmod.rs48 fn intercept_input(&self, _bytes: &[u8]) -> Result<(), HttpClientError> { in intercept_input() method
/commonlibrary/rust/ylong_http/ylong_http_client/tests/
Dsdv_async_interceptor.rs181 fn intercept_input(&self, _bytes: &[u8]) -> Result<(), HttpClientError> { in sdv_client_request_interceptor_http1_input() method