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 D | multi.rs | 166 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 D | part.rs | 90 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 D | request.rs | 190 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 D | mod.rs | 613 pub fn append_header<N, V>(mut self, name: N, value: V) -> Self in append_header() method
|