Home
last modified time | relevance | path

Searched defs:append_header (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/
H A Dmulti.rs166 pub(crate) fn append_header<N, V>( in append_header() method
413 pub fn append_header<N, V>(mut self, name: N, value: V) -> Self in append_header() method
H A Dpart.rs90 pub(crate) fn append_header<N, V>( in append_header() method
305 pub fn append_header<N, V>(mut self, name: N, value: V) -> Self in append_header() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Drequest.rs190 pub fn append_header(mut self, name: &str, value: &str) -> Self { in append_header() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/request/
H A Dmod.rs613 pub fn append_header<N, V>(mut self, name: N, value: V) -> Self in append_header() method