Home
last modified time | relevance | path

Searched refs:remove_connection_specific_headers (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
H A Dhttp2.rs130 remove_connection_specific_headers(&mut part.headers)?; in build_headers_frame()
153 fn remove_connection_specific_headers(headers: &mut Headers) -> Result<(), HttpError> { in remove_connection_specific_headers() function