Searched refs:intercept_input (Results 1 – 2 of 2) sorted by relevance
96 fn intercept_input(&self, _bytes: &[u8]) -> Result<(), HttpClientError> { in intercept_input() method
153 interceptor.intercept_input(&buf[..written])?; in encode_request_part()